Skip to content

Instantly share code, notes, and snippets.

@callumacrae
Created July 16, 2015 10:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save callumacrae/ae76940581f5aad0a277 to your computer and use it in GitHub Desktop.
Save callumacrae/ae76940581f5aad0a277 to your computer and use it in GitHub Desktop.
$.ajax({
method: $form.attr('method'),
url: $form.attr('action'),
data: $form.serialize()
});
// Why not this?
$.ajax($form);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment