jeter20131220 4 năm trước cách đây
mục cha
commit
c4b4e0111e
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      goto.js

+ 2 - 1
goto.js

@@ -21,7 +21,8 @@ $(document).ready(function () {
             var a = res;
             console.log(res);
             var d = JSON.parse(res);
-            alert(d[0].name);
+            console.log(d[0].name);
+            
             
         },