Advertise here

jQuery Plugins Tagged ‘ajax request’

Mockjax – Ajax Request Mocking with jQuery

August 09, 2017     1592     JSON Ajax
Mockjax – Ajax Request Mocking with jQuery

jQuery Mockjax plugin provides request/response mocking for ajax requests using the jQuery API and provides all standard behaviors in the request/response flow.

Read More »

Reqwest – Browser Asynchronous HTTP Requests

May 30, 2016     1514     Ajax
Reqwest – Browser Asynchronous HTTP Requests

Reqwest is a wrapper for asynchronous http requests. Includes support for xmlHttpRequest, JSONP, CORS, and CommonJS Promises A.

Read More »

Smartjax – Make Your Ajax Calls Smarter

March 17, 2015     2574     Ajax
Smartjax – Make Your Ajax Calls Smarter

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.

Read More »

minAjax.js – Javascript Library for AJAX POST/GET Request

February 08, 2015     2929     Ajax
minAjax.js – Javascript Library for AJAX POST/GET Request

minAjax.js is a minimalistic javascript library to perform AJAX POST/GET requests.

Read More »

AjaxStartDelay – jQuery Plugin to Provide a Delay Before AJAX Request

October 21, 2013     3304     Ajax
AjaxStartDelay – jQuery Plugin to Provide a Delay Before AJAX Request

AjaxStartDelay is a small jQuery plugin providing a delay to be set before the handler is called in jQuery's .ajaxStart()

Read More »