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...

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...

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...

jQuery.ajax.fake allows an AJAX request to take place even if the service itself is not ready yet.When that happens, the request is switched from the mocker to the real service, with no extra complications.Usage instructions are included with the download...

thaw.js

thaw.js 1.2.2

thaw.js is an innovative JavaScript library that can help developers avoid situations where their JS code freezes the user's browsers.This library allows developers to break down large computations into smaller processes, running them one after the other,...

Include.js simplifies the process of loading HTML files inside other pages by creating a custom HTML tag just for that: <include>The content of the new page is loaded via AJAX and it will show up wherever the developer has placed the...

Simple AJAX Framework allows developers to use a more modern technique of loading content on the page, without having to refresh it every time an user clicks a link.The framework uses AJAX calls to request the new page's content, replacing the existing...

qooxdoo

qooxdoo 5.0 updated

qooxdoo supports all the modern browsers available today (Firefox, Internet Explorer, Chrome, Opera, Maxthon, WebKit/Safari) and various device platforms (desktop, mobile, server, web).qooxdoo is actually more than just a framework, coming packed with...

useful.requests.js is a small, open source JavaScript library that will help developers get started with AJAX.The library is a collection of functions that make it very easy to initiate AJAX calls to a Web service of your liking, and then deal with the...

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...