Skip to content

Instantly share code, notes, and snippets.

@educartoons
Created November 7, 2018 03:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save educartoons/a2e75889422c4d2cc3b24f156d379ada to your computer and use it in GitHub Desktop.
Save educartoons/a2e75889422c4d2cc3b24f156d379ada to your computer and use it in GitHub Desktop.
$.ajax({
url: ajaxfunction.ajaxurl,
type: 'post',
data: {
action: 'get_chaplains',
id: id, // por si vas a enviar variables
},
beforeSend: function(){
},
success: function( result ) {
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment