Skip to content

Instantly share code, notes, and snippets.

@leonguyen
Created June 5, 2014 04:31
Show Gist options
  • Select an option

  • Save leonguyen/5d07d134f08a20888754 to your computer and use it in GitHub Desktop.

Select an option

Save leonguyen/5d07d134f08a20888754 to your computer and use it in GitHub Desktop.
serialize
$(document).on('submit', '#frm', function(e) {
e.preventDefault();
var data = $(this).serialize();
update(data);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment