Skip to content

Instantly share code, notes, and snippets.

@volqii
Created December 16, 2013 13:19
Show Gist options
  • Save volqii/7986805 to your computer and use it in GitHub Desktop.
Save volqii/7986805 to your computer and use it in GitHub Desktop.
JQUERY:Post
$.post( "test.php", { name: "John", time: "2pm" })
.done(function( data ) {
alert( "Data Loaded: " + data );
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment