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?
jQuery('#form_id').serialize()
No comments:
Post a Comment