Created
June 28, 2017 18:13
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$.ajax({ | |
//... | |
data: $("#my-form").serialize(), | |
// ... | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment