프로그램&DB/AJAX
jQuery AJAX $.param() Method
Josep.H.S
2011. 8. 23. 14:14
jQuery AJAX param() Method
ExampleOutput the result of a serialized object:
Try it yourself » |
Definition and Usage
The param() method creates a serialized representation of an array or an object.
The serialized values can be used in the URL query string when making an AJAX request.
Syntax
$.param(object,trad) |
Parameter | Description |
---|---|
object | Required. Specifies an array or object to serialize |
trad | Optional. A Boolean value specifying whether or not to use the traditional style of param serialization |
[출처] http://www.w3schools.com