Helper Functions
-
jQuery.param()
Collection Manipulation | Forms | Helper Functions | Utilities
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.