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

Normally, users press a link and a new page is loaded.With AjaxGetContent enabled on the site, instead of reloading the browser tab with the new page, the current page's content is removed, leaving the common elements in place (menu, footer, header, logo,...

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

Async.js

Async.js 1.5.2 updated

Async.js comes packed with over 20 JS functions for enhancing AJAX interactions. All functions assume that the developer follows the node.js convention of providing a single callback as the last argument of the async function. Tested and working in IE6,...

Bifrost

Bifrost 1.0.1

Bifrost will let developers send information to the server via an AJAX async call even if the user is using an older browser that doesn't support newer standards like the File API, XMLHttpRequest and FormData.To do this, the plugin uses a workaround known...

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

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

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

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