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