Advertise here

jQuery Plugins Tagged ‘Post’

Fetch – window.fetch JavaScript Polyfill

June 09, 2015     978     Others
Fetch – window.fetch JavaScript Polyfill

The global fetch function is an easier way to make web requests and handle responses than using an XMLHttpRequest. This polyfill is written as closely as possible to the standard Fetch specification at https://fetch.spec.whatwg.org.

Read More »

minAjax.js – Javascript Library for AJAX POST/GET Request

February 08, 2015     2923     Ajax
minAjax.js – Javascript Library for AJAX POST/GET Request

minAjax.js is a minimalistic javascript library to perform AJAX POST/GET requests.

Read More »

jqCrypt - POST Method Encryption

February 08, 2012     1909     Form Elements
jqCrypt - POST Method Encryption

jqCrypt is a simple jQuery plugin to encrypt form data client-side and pass it (with an obfuscated key) to the processor via the POST method.

Read More »