Helper Functions
These functions assist with common idioms encountered when performing AJAX tasks.
-
jQuery.param()
Create a serialized representation of an array or object, suitable for use in a URL query string or Ajax request.
-
.serialize()
Encode a set of form elements as a string for submission.
-
.serializeArray()
Encode a set of form elements as an array of names and values.