JSON Call

JSON Call makes it easy to make an API request to a URL with JSON in BOTH directions. Say goodbye to the limitations of the query string format. Your nulls will stay null! Your numbers will remain numbers!

jQuery Maxsubmit

jQuery plugin to catch forms with too many POST variables for the server, allowing the user to avoid lost data.

jQuery Iframe Post Form

This jQuery ajax upload plugin creates a hidden iframe and sets the form’s target attribute to post to that iframe. When the form is submitted, it is posted (including the file uploads) to the hidden iframe. Finally, the plugin collects the server’s response from the iframe.

jQuery PrefillForm

Simply pre-fills form inputs based on JSON data passed in, or it can find the correct form and fields to autofill.

Is Loading – Show feedback to your visitors

Easy jQuery plugin to show visual feedback when loading data or any action that would take time. Also can disable form elements and put an overlay an specified area or whole page.

jQuery Confirm Action

jQuery plugin that extend standard confirm dialog. Provide callback and can be also configured for each element through data attributes.

jQuery postdatas Plugin

Just a little jQuery plugin to post datas with javascript, technically, this plugin add a hidden form in the page, all form fields are hidden, and then submit this form.