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

Async Load

Async Load 1.2.1

By default, browsers load every resource on a Web page one by one.If a page contains a really huge resource, than the page its being loaded on will take longer to load and negatively affect not only the site's SEO, but its UX as well.For this cases Async...

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

It allows sending GET, POST requests in both asynchronous and synchronous modes.The results of request execution are provided as a standard JavaScript object Response together with the ability to access its textual and XML parts (responseText,...

jQuery-pjaxr

jQuery-pjaxr 1.2.0

jQuery-pjaxr is an improved and expanded version of the pjax jQuery plugin.Just like the original, jQuery-pjaxr can be used for fetching a page's content via AJAX and updating the page via HTML 5 pushState.This plugin is great for large pages which need...

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

EPF

EPF 0.3.5

EPF stands for Ember.js Persistence Foundation.The framework was designed to keep the client-side version of an app in sync with its data backend.Features:Emphasis on data correctness Synchronizes data without locking it Full support for...

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

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