프로그램&DB/AJAX
jQuery AJAX serialize() Method
Josep.H.S
2011. 8. 23. 14:17
jQuery AJAX serialize() Method
ExampleOutput the result of serialized form values:
Try it yourself » |
Definition and Usage
The serialize() method creates a URL encoded text string by serializing form values.
You can select one or more form elements (like input and/or text area), or the form element itself.
The serialized values can be used in the URL query string when making an AJAX request.
Syntax
$(selector).serialize() |
[출처] http://www.w3schools.com