|
@@ -66,33 +66,33 @@ $(".content1-right").on('beforeChange', function (event, slick, currentSlide, ne
|
|
|
});
|
|
|
|
|
|
|
|
|
-$("#contact-form").submit(function (e) {
|
|
|
- var param_string = $('#contact-form').serialize();
|
|
|
- alert('param_string = ' + param_string);
|
|
|
- $.ajax({
|
|
|
- type: 'POST',
|
|
|
- url: 'http://172.104.93.163/deco_request_detail',
|
|
|
- data: param_string,
|
|
|
- dataType: 'json',
|
|
|
- success: function (data, textStatus, jqXHR) {
|
|
|
-
|
|
|
- alert("送出成功");
|
|
|
- },
|
|
|
- beforeSend: function () {
|
|
|
- alert("beforeSend");
|
|
|
- },
|
|
|
- complete: function () {
|
|
|
- alert("complete");
|
|
|
- },
|
|
|
-
|
|
|
- error: function (jqXHR, textStatus, errorThrown) {
|
|
|
- alert("送出失敗");
|
|
|
-
|
|
|
- }
|
|
|
- });
|
|
|
-
|
|
|
- return false;
|
|
|
-});
|
|
|
+// $("#contact-form").submit(function (e) {
|
|
|
+// var param_string = $('#contact-form').serialize();
|
|
|
+// alert('param_string = ' + param_string);
|
|
|
+// $.ajax({
|
|
|
+// type: 'POST',
|
|
|
+// url: 'http://172.104.93.163/deco_request_detail',
|
|
|
+// data: param_string,
|
|
|
+// dataType: 'json',
|
|
|
+// success: function (data, textStatus, jqXHR) {
|
|
|
+
|
|
|
+// alert("送出成功");
|
|
|
+// },
|
|
|
+// beforeSend: function () {
|
|
|
+// alert("beforeSend");
|
|
|
+// },
|
|
|
+// complete: function () {
|
|
|
+// alert("complete");
|
|
|
+// },
|
|
|
+
|
|
|
+// error: function (jqXHR, textStatus, errorThrown) {
|
|
|
+// alert("送出失敗");
|
|
|
+
|
|
|
+// }
|
|
|
+// });
|
|
|
+
|
|
|
+// return false;
|
|
|
+// });
|
|
|
|
|
|
$.fn.serializeObject = function () {
|
|
|
var o = {};
|