jQuery Mockjax

jQuery Mockjax 2.1.1 updated

jQuery Mockjax is a toolkit that most developers that carry out tests for their code will love. This jQuery plugin lets them setup a basic listen-and-answer system that allows them to test AJAX interactions and respond to the user's requests. This process...

Super Agent

Super Agent 1.4.0 updated

Super Agent features a progressive AJAX API which can be used for developing interactive website and Web-based applications. The library wishes to present itself as a smaller and friendlier alternative to the jQuery Ajax API. Under the hood, Super Agent...

Reqwest

Reqwest 2.0.5 updated

Reqwest is a generic wrapper for any type of asynchronous HTTP request. Reqwest is basically a general purpose XHR connection manager, a robust tool for adding AJAX interactions on a page. Besides AJAX and Promises A, other common technologies like JSONP...

najax

najax 0.3.1 updated

The way jQuery deals with AJAX requests has become an industry standard and is considered one of the best ways to do so.najax tries to mimick and implement a similar system for Node.js applications.Requirements:jQuery Deferred Underscore.js Node.js 0.6 or...

Smartjax

Smartjax 2.0.0 updated

Smartjax was created for situations where AJAX calls to the same server over and over again for the same call might lead to a temporary ban or blacklisting. The plugin works by caching the first server response to an AJAX call and reusing it for a period...

Queue.js

Queue.js 1.1.0 updated

Queue.js takes a list of JS files and loads them all at the same time, not one by one like regular JavaScript is loaded. This little trick increases page loading speed and allows faster delivery of code. Developers have options at their disposal to...

Async.js

Async.js 1.5.2 updated

Async.js comes packed with over 20 JS functions for enhancing AJAX interactions. All functions assume that the developer follows the node.js convention of providing a single callback as the last argument of the async function. Tested and working in IE6,...

RSVP.js

RSVP.js 3.1.0 updated

The 'Promise' term in JavaScript represents the result of a task, which may or may not have completed yet. It basically refers to what to expect for a JavaScript AJAX call. Promises/A+ is an unofficial open standard for helping and showing...

bootstrap-ajax

bootstrap-ajax 0.15.0 updated

bootstrap-ajax basically adds declarative AJAX support for Twitter's famous Bootstrap frontend UI framework. This speeds up interactive actions and reduces code development time by reusing code as much as possible. Optional support for spinners...

$script.js

$script.js 2.5.8 updated

By default, loading JavaScript files is done one file at a time, using a classic load queue mechanism. $script.js allows developers to query and load JS scripts and resources from any location, while also loading dependencies at the same time, in the...