Skip to content

Instantly share code, notes, and snippets.

@mrksdiehl
Last active May 18, 2020 19:29
Show Gist options
  • Save mrksdiehl/7ba6884c235863d227cc2a419711ac09 to your computer and use it in GitHub Desktop.
Save mrksdiehl/7ba6884c235863d227cc2a419711ac09 to your computer and use it in GitHub Desktop.
$.ajax({
url : action_url,
type : 'POST',
crossDomain : true,
data : $form.serialize(),
beforeSend: function(request) {
request.setRequestHeader("X-Requested-With", "XMLHttpRequest");
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment