Guest User

Untitled

a guest
Apr 26th, 2018
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. // setup some local variables
  2. var $form = $(this);
  3. // Let's select and cache all the fields
  4. var $inputs = $form.find("input, select, button, textarea");
  5. // Serialize the data in the form
  6. var serializedData = $form.serializeArray();
Add Comment
Please, Sign In to add comment