|
@@ -63,7 +63,7 @@ $.fn.serializeObject = function () {
|
|
|
}
|
|
|
});
|
|
|
|
|
|
- return o;
|
|
|
+ // return o;
|
|
|
};
|
|
|
|
|
|
|
|
@@ -100,7 +100,7 @@ $(document).ready(function () {
|
|
|
|
|
|
} else {
|
|
|
|
|
|
- return true;
|
|
|
+ // return true;
|
|
|
|
|
|
}
|
|
|
|
|
@@ -137,7 +137,7 @@ $(document).ready(function () {
|
|
|
|
|
|
} else {
|
|
|
|
|
|
- return true;
|
|
|
+ // return true;
|
|
|
|
|
|
}
|
|
|
|
|
@@ -181,6 +181,7 @@ $(".contact-form1").submit(function (e) {
|
|
|
} else if (data == 3) {
|
|
|
alert("此email、phone已填過表單");
|
|
|
}
|
|
|
+ alert("送出成功");
|
|
|
},
|
|
|
beforeSend: function () {
|
|
|
console.log('beforeSend');
|