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

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

Vow

Vow 0.4.9 updated

The 'Promise' term 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. Promises/A+ is...

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

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

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

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

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

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

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