How to serialize and unserialize the form elements in Jquery?
+1
A:
First stop would be the jQuery API documentation... specifically .serialize()
Quintin Robinson
2010-06-06 06:25:13
A:
There is also .serializeArray()
Description: Encode a set of form elements as an array of names and values.
Drew LeSueur
2010-06-06 07:34:42