Advertise here

jQuery Plugins Tagged ‘form serialize’

jQuery Serialize Object

August 20, 2014     2633     JSON Form Elements
jQuery Serialize Object

jQuery Serialize Object converts HTML form into JavaScript object.

Adds the method serializeObject to jQuery, to perform complex form serialization into JavaScript objects.

Read More »

serializeJSON – Serialize an HTML Form to JavaScript Object

January 09, 2014     4348     JSON
serializeJSON – Serialize an HTML Form to JavaScript Object

Serialize an HTML Form to a JavaScript Object, supporting nested attributes and arrays. The serializeJSON function does not return JSON, but an object instead.

Read More »

jQuery serializeObject – Encode Form Elements as a JSON

January 19, 2013     4291     JSON Form Elements
jQuery serializeObject – Encode Form Elements as a JSON

serializeObject is a variant of existing $.serialize method which, instead of encoding form elements to string, converts form elements to a valid JSON object.

Read More »