Changeset 243 for pro-bachkim-filespace/sourcecode
- Timestamp:
- Oct 9, 2014 3:04:21 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-bachkim-filespace/sourcecode/assets/js/manager.js
r239 r243 254 254 var btnUploadClick = function () { 255 255 uploadStart(); 256 upload_init(); 257 var url = 'http://space.violet.vn/test.php'; 258 alert("1"); 259 $.ajax({ 260 url: "http://vskun.com/test.php", 261 dataType: 'jsonp', 262 success: function (data) { 263 alert(data); 264 //Data from the server in the in the variable "data" 265 //In the form of an array 266 267 } 268 269 }); 270 alert("12"); 256 upload_init(); 271 257 } 272 258
Note: See TracChangeset
for help on using the changeset viewer.