프로그램&DB/AJAX
jQuery AJAX serializeArray() Method
Josep.H.S
2011. 8. 23. 14:19
jQuery AJAX serializeArray() Method
ExampleOutput the result of form values serialized as arrays:
Try it yourself » |
Definition and Usage
The serializeArray() method creates an array of objects (name and value) by serializing form values.
You can select one or more form elements (like input and/or text area), or the form element itself.
Syntax
$(selector).serializeArray() |
[출처] http://www.w3schools.com