Get all input values by jQuery's serialize function
Often developers want to get a quick way to see the CGI parameters from a form
And the good news is this can be done very easily in jQuery!
Just a single line of code!
$('[name=form]').serialize()
Enojy!
No comments:
Post a Comment