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

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

minAjax.js simplifies the process of adding AJAX interactions to your site.The library supports callback functions after the data has been submitted.It also comes with support for a debug mode, and switching between async and non-async modes.A demo and...

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

Q.js

Q.js 1.4.1 updated

The term 'Promise' 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.Q.js' place in...

qooxdoo

qooxdoo 5.0 updated

qooxdoo supports all the modern browsers available today (Firefox, Internet Explorer, Chrome, Opera, Maxthon, WebKit/Safari) and various device platforms (desktop, mobile, server, web).qooxdoo is actually more than just a framework, coming packed with...

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

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

Queue.js

Queue.js 1.1.0 updated

Queue.js takes a list of JS files and loads them all at the same time, not one by one like regular JavaScript is loaded. This little trick increases page loading speed and allows faster delivery of code. Developers have options at their disposal to...