Skip to content

Instantly share code, notes, and snippets.

@m4tthumphrey
Created April 22, 2014 13:28
Show Gist options
  • Save m4tthumphrey/11179283 to your computer and use it in GitHub Desktop.
Save m4tthumphrey/11179283 to your computer and use it in GitHub Desktop.
data = $('#form').serialize();
$.ajax({
type: "POST",
url: "send.php?"+data,
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment