pjax

pjax 1.9.6

pjax aims at providing a real-time navigation experience and true browsing history.It uses AJAX to retrieve remote content and pushState to update the page and its URL without actually reloading the page.This saves bandwidth and doesn't loses the user's...

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

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

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

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

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

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

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