Skip to content

Instantly share code, notes, and snippets.

@ahmedghazi
Created July 27, 2018 13:44
Show Gist options
  • Save ahmedghazi/1dcf5c3c940e6aa371905d942f202119 to your computer and use it in GitHub Desktop.
Save ahmedghazi/1dcf5c3c940e6aa371905d942f202119 to your computer and use it in GitHub Desktop.
$.ajax({
url: ajaxUrl,
type:'POST',
data: o,
success: function(res){
console.log(res)
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment