Friday, 21 October 2016

javascript - How to get form data as a object in jquery

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?

No comments:

Post a Comment