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

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

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

SignalR

SignalR 2.2.0

SignalR basically allows developers to run server-side code that pushes data to the client's side.This is done mainly through WebSockets and some fallbacks for environments where WebSockets aren't available, allowing developers an easier, faster and...

Sijax

Sijax 0.3.1

It embeds the jQuery.ajax methods from the jQuery library into a Python module that can be imported and used in any Python app that needs AJAX interactions. Sijax stands for "Simple Ajax."Sijax was initially developed for PHP, inspired by the Xajax...

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

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

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

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

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