Easy Tutorial
❮ Ajax Ajaxsend Css Height ❯

jQuery Miscellaneous param() Method

jQuery Miscellaneous Methods

Example

Output the result of serialized object:


Definition and Usage

The param() method creates a serialized representation of an array or object.

The serialized value can be used in the URL query string when making an AJAX request.


Syntax

Parameter Description
object Required. Specifies the array or object to be serialized.
trad Optional. Boolean value specifying whether to use the traditional style of param serialization.

jQuery Miscellaneous Methods

❮ Ajax Ajaxsend Css Height ❯