jeter20131220 il y a 3 ans
Parent
commit
50bd6c16fc
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  1. 2 0
      desktop11/goto.js

+ 2 - 0
desktop11/goto.js

@@ -119,6 +119,7 @@ function onClik() {
   var jsonInfo = $('.contact-form1').serializeObject();
   var jsonString = JSON.stringify(jsonInfo);
   alert(jsonString);
+  console.log(jsonString);
   $.ajax({
     type: 'POST',
     url: 'http://172.104.93.163/deco_request_detail',
@@ -140,6 +141,7 @@ function onClik() {
 
     }
   });
+  
 
 }