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

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

najax

najax 0.3.1 updated

The way jQuery deals with AJAX requests has become an industry standard and is considered one of the best ways to do so.najax tries to mimick and implement a similar system for Node.js applications.Requirements:jQuery Deferred Underscore.js Node.js 0.6 or...

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

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

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

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

useful.requests.js is a small, open source JavaScript library that will help developers get started with AJAX.The library is a collection of functions that make it very easy to initiate AJAX calls to a Web service of your liking, and then deal with the...