Actions
AddTable JavaScript¶
$.ajax({
url: sqlitesync_SyncServerURL + "AddTable/users",
method: 'GET',
scope:this,
cache : false,
timeout: 5 * 60 * 1000,//10min
success: function(){
},
failure: function (result, request) {
}
});
Updated by Tomek Dziemidowicz over 5 years ago · 1 revisions
Go to top