Skip to content

Instantly share code, notes, and snippets.

@zmts
Created December 28, 2016 10:37
Show Gist options
  • Save zmts/d540e8dbea0226318da9fb540326ff30 to your computer and use it in GitHub Desktop.
Save zmts/d540e8dbea0226318da9fb540326ff30 to your computer and use it in GitHub Desktop.
Parse data from each input from <form></form> tag
// e.currentTarget must be <form></form> tag
// onclick submit >>
var data = $(e.currentTarget).serializeJSON({parseAll: true});
console.log(data);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment