Skip to content

Instantly share code, notes, and snippets.

@travisfont
Created June 28, 2017 18:13
Show Gist options
  • Save travisfont/ef18dffd26d215f57958d005ba840e66 to your computer and use it in GitHub Desktop.
Save travisfont/ef18dffd26d215f57958d005ba840e66 to your computer and use it in GitHub Desktop.
How To Get Every Value From A Form When Submitting Via AJAX With JQuery
$.ajax({
//...
data: $("#my-form").serialize(),
// ...
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment