Advertise here

jQuery Plugins Tagged ‘serialize’

jQuery Serialize Object

August 20, 2014     2627     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     4346     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 »

Table-to-JSON – Serializes HTML Tables to JSON

September 28, 2013     6158     JSON Tables
Table-to-JSON – Serializes HTML Tables to JSON

Table-to-JSON is a jQuery plugin that converts an HTML Table into a javascript object (JSON). Useful for working with user-editable tables or accessing output from 3rd party tools.

Read More »

jQuery serializeObject – Encode Form Elements as a JSON

January 19, 2013     4288     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 »