jQuery Mockjax plugin provides request/response mocking for ajax requests using the jQuery API and provides all standard behaviors in the request/response flow.
Reqwest is a wrapper for asynchronous http requests. Includes support for xmlHttpRequest, JSONP, CORS, and CommonJS Promises A.
Instead of using $.ajax()
, you’ve to use Smartjax.ajax()
and that’s it. Now the call response will be cached in your browser. The next time you make the same call, it will not ping the server. The response will be returned from browser storage. Though you can explicitly make a force call, can clear saved data and many more.
minAjax.js is a minimalistic javascript library to perform AJAX POST/GET requests.
AjaxStartDelay is a small jQuery plugin providing a delay to be set before the handler is called in jQuery's .ajaxStart()