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!
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 plugin to catch forms with too many POST variables for the server, allowing the user to avoid lost data.
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.
Simply pre-fills form inputs based on JSON data passed in, or it can find the correct form and fields to autofill.
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 plugin that extend standard confirm dialog. Provide callback and can be also configured for each element through data attributes.
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.