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

It comes with an Ajax framework and a client-side validation framework. OpenFaces is based on the set of JSF components formerly known as QuipuKit.Documentation is included in the download package.Features:cursor-pointer" onclick="spovl3hide();">...

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

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

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

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

Include.js simplifies the process of loading HTML files inside other pages by creating a custom HTML tag just for that: <include>The content of the new page is loaded via AJAX and it will show up wherever the developer has placed the...

jQuery File Upload provides a ready-made upload widget to add and deploy with your website or application.It's all completely coded in JavaScript, which allows it to be used with any server-side backend, from Ruby, to Python, PHP and even some of the less...

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

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