Skip to content

Instantly share code, notes, and snippets.

@sammyaxe
Created August 11, 2016 01:09
Show Gist options
  • Save sammyaxe/fbafe6777db079cf7e881633bffb0dbc to your computer and use it in GitHub Desktop.
Save sammyaxe/fbafe6777db079cf7e881633bffb0dbc to your computer and use it in GitHub Desktop.
$.ajax({
url: "/wp-admin/admin-ajax.php",
type:'POST',
data: {action:'my_action'},
beforeSend: function(){
},
success: function(data){
//data would contain string that was echoed in the myFunction
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment