jeter20131220 3 vuotta sitten
vanhempi
commit
0598494c45
1 muutettua tiedostoa jossa 4 lisäystä ja 3 poistoa
  1. 4 3
      desktop11/goto.js

+ 4 - 3
desktop11/goto.js

@@ -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');