bootstrap-ajax

bootstrap-ajax 0.15.0 updated

bootstrap-ajax basically adds declarative AJAX support for Twitter's famous Bootstrap frontend UI framework. This speeds up interactive actions and reduces code development time by reusing code as much as possible. Optional support for spinners...

For years, developers have written AJAX applications that at various time intervals request new data from the server to update the client's website with new content.This model doesn't only affect performance on the server by having the server constantly...

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

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

chain.js

chain.js 0.1.3

The framework comes with built-in methods for executing functions sequentially or in parallel.It also lets the developer define their own methods to handle complex logic.Requirements:JavaScript enabled on client...

Resistance

Resistance 1.3.2 / 2.0.0alpha4

The Resistance library controls the flow of a Web page, adding parallel execution capabilities.Because writing and executing code in parallel requires a high-degree of JavaScript knowledge, most developers avoid it and use the default serial JS execution...

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

$script.js

$script.js 2.5.8 updated

By default, loading JavaScript files is done one file at a time, using a classic load queue mechanism. $script.js allows developers to query and load JS scripts and resources from any location, while also loading dependencies at the same time, in the...

Pollymer

Pollymer 1.1.2

Pollymer addresses the needs of developers working on applications that have to work in real-time, but without clogging up the page and the server with useless HTTP requests and other interactions.This is done by implementing a basic AJAX long-polling...

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