Skip to content

Instantly share code, notes, and snippets.

@surefirewebserv
Created November 8, 2012 21:15
Show Gist options
  • Save surefirewebserv/4041657 to your computer and use it in GitHub Desktop.
Save surefirewebserv/4041657 to your computer and use it in GitHub Desktop.
Ajax Post Submit
$("#submit").click(function() {
$.post("add.php", $("#addform").serialize());
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment