Skip to content

Instantly share code, notes, and snippets.

@thokra
Created February 9, 2011 15:50
Show Gist options
  • Save thokra/818689 to your computer and use it in GitHub Desktop.
Save thokra/818689 to your computer and use it in GitHub Desktop.
jQuery fix
$.ajaxSetup({
headers: {
"X-CSRF-Token": $("meta[name='csrf-token']").attr('content')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment