Skip to content

Instantly share code, notes, and snippets.

@anthonybudd
Created February 27, 2017 16:06
Show Gist options
  • Save anthonybudd/f47e0fb38c70dc40f811936efb84b8e1 to your computer and use it in GitHub Desktop.
Save anthonybudd/f47e0fb38c70dc40f811936efb84b8e1 to your computer and use it in GitHub Desktop.
$.post(ajaxurl, {action: "example"})
.done(function(data) {
console.log(data)
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment