DWR

DWR 2.0.11 / 3.0.rc2

DWR generates JavaScript to allow web browsers to securely call into Java code almost as if it was running locally.It controls virtually any data including XML, collections, POJOs and binary data like images and PDF files.A security policy defining...

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

Glue

Glue 1.0

Glue reads a page's source and replaces HTML elements that contain a "data-glue-src" attribute with the content of local HTML files.Besides just basic content loading, Glue will also handle internal or external page linking via another custom attribute,...

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 Mockjax

jQuery Mockjax 2.1.1 updated

jQuery Mockjax is a toolkit that most developers that carry out tests for their code will love. This jQuery plugin lets them setup a basic listen-and-answer system that allows them to test AJAX interactions and respond to the user's requests. This process...

jQuery xRequest allows a developer to write and assemble complicated AJAX-based operations with a simpler syntax than before.To help developers get acquainted to xRequest's style of coding, usage instructions are included with the package's README...

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

jQuery.ajax.fake allows an AJAX request to take place even if the service itself is not ready yet.When that happens, the request is switched from the mocker to the real service, with no extra complications.Usage instructions are included with the download...

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