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

RichFaces

RichFaces 4.5.5 updated

Besides UI components, the platform also includes advanced support and documentation for the app skinnability and JSF applications.RichFaces is practically one of the best AJAX UI packages that exist in the Java world.What is new in this release:JSF 2.2...

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

Vow

Vow 0.4.9 updated

The 'Promise' term in JavaScript was coined with the emergence of server-side JavaScript development.It basically 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. Promises/A+ is...

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