Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
$.ajax({ url: "url", cache: false, dataType: 'json', async: true, success: function (data) { }, error: function (xhr, ajaxOptions, thrownError) { } }); }
No comments:
Post a Comment