how to get form data as a object in jquery

Posted by kevin on Stack Overflow See other posts from Stack Overflow or by kevin
Published on 2010-03-08T17:17:25Z Indexed on 2010/03/08 17:21 UTC
Read the original article Hit count: 112

Filed under:
|

i have tried jQuery('#form_id').serialize(). this returns only the form data as a url encoded string. is it possible to get the form data as an object?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about JavaScript