Skip to content

Instantly share code, notes, and snippets.

@ahawkins
Created April 22, 2013 14:47
Show Gist options
  • Select an option

  • Save ahawkins/5435638 to your computer and use it in GitHub Desktop.

Select an option

Save ahawkins/5435638 to your computer and use it in GitHub Desktop.
$.ajaxPrefilter(function(options) {
if(!options.data) {
options.data = {};
}
options.data.fooBar = 'en';
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment