Yepnope

Yepnope 2.0.0

Its purpose is to speed up page load time.Documentation on how to use it is included in the project's README file, but the programmer basically includes under "yep" the scripts he wants to load at one point, and under "nope" the scripts he does not need...

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

D.js

D.js 0.7.3 updated

'Promise' in JavaScript development represents the result of a task, which may or may not have completed yet. Or in simpler words, what to expect for a JS call.The D.js adds basic methods and functions for dealing with the Promises/A+ spec.D.js works with...

DWR

DWR 2.0.11 / 3.0.rc2

DWR generates JavaScript to allow web browsers to securely call into Java code almost as if it was running locally.It controls virtually any data including XML, collections, POJOs and binary data like images and PDF files.A security policy defining...

Glue

Glue 1.0

Glue reads a page's source and replaces HTML elements that contain a "data-glue-src" attribute with the content of local HTML files.Besides just basic content loading, Glue will also handle internal or external page linking via another custom attribute,...

Sajax

Sajax 0.13

Sajax's main role is to simplify AJAX development, allowing developers to write complex applications that modify and update the page's content without refreshing the page.Sajax can be used for anything from simple text updates up to very advanced...

jQuery xRequest allows a developer to write and assemble complicated AJAX-based operations with a simpler syntax than before.To help developers get acquainted to xRequest's style of coding, usage instructions are included with the package's README...

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

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