Project

General

Profile

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 almost 5 years ago · 1 revisions

Go to top