$.ajax({
url: "url",
cache: false,
dataType: 'json',
async: true,
success: function (data) {
},
error: function (xhr, ajaxOptions, thrownError) {
}
});
}
No comments:
Post a Comment