Ajaxable is a javascript ibrary that simply takes the standard HTML forms as an input and make them send requests via AJAX keeping HTML5 validations.
jQuery Mockjax plugin provides request/response mocking for ajax requests using the jQuery API and provides all standard behaviors in the request/response flow.
Fajax is a lightweight jQuery plugin for ajaxifying forms with file support. It's wrapper of $.ajax
function.
pageAccelerator is a very light solution to load web pages faster. It's an agnostic library that uses ajax and pushState to deliver a faster navigation experience.
Reqwest is a wrapper for asynchronous http requests. Includes support for xmlHttpRequest, JSONP, CORS, and CommonJS Promises A.
pjax is a jQuery plugin that uses ajax and pushState to deliver a fast browsing experience with real permalinks, page titles, and a working back button
A Javascript plugin for cross-browser Ajax file uploading. Supports drag and drop, CORS, and multiple file uploading with progress bars. Works in IE7-9, mobile, and all modern browsers.
An enhanced HTML 5 file input for Bootstrap 3.x with file preview for various files, offers multiple selection, and more.
The plugin allows you a simple way to setup an advanced file picker/upload control built to work specially with Bootstrap CSS3 styles. It enhances the file input functionality further, by offering support to preview a wide variety of files i.e. images, text, html, video, audio, flash, and objects.
Instead of using $.ajax()
, you’ve to use Smartjax.ajax()
and that’s it. Now the call response will be cached in your browser. The next time you make the same call, it will not ping the server. The response will be returned from browser storage. Though you can explicitly make a force call, can clear saved data and many more.
A jQuery plugin to render datagrid. Works with local or remote data. Designed to be adaptive, simple to use and extendable.
Gridder is a jQuery plugin that displays a thumbnail grid expanding preview similar to the effect seen on Google Images.
minAjax.js is a minimalistic javascript library to perform AJAX POST/GET requests.
jPut is a small jQuey plugin which you can put your JSON as customized HTML format easily.It supports loading JSON via ajax.
jQuery.sheet is an easy to use easy to integrate JavaScript & php excel like spreadsheet plugin for the web browser. It provides the same layer of business intelligence found in a standard desktop spreadsheet, but on your browser.
jQuery.sheet manages the sheet creation, viewing, and editing processes using simple html tables and html5 components to provide stabilizability even in older web browsers. jQuery.sheet can even be used like a datagrid, without formulas.
ajaxComboBox is a jQuery plugin for creating a text box it can "autocomplete" and "pulldown select".