Skip to content

Instantly share code, notes, and snippets.

@delias
Forked from educartoons/ajax_function.js
Created November 7, 2018 04:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save delias/c20b232195eac4ed3fa1ac22a6eb13f2 to your computer and use it in GitHub Desktop.
Save delias/c20b232195eac4ed3fa1ac22a6eb13f2 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