Skip to content

Instantly share code, notes, and snippets.

@ZeeAgency
Created May 23, 2011 13:00
Show Gist options
  • Save ZeeAgency/986651 to your computer and use it in GitHub Desktop.
Save ZeeAgency/986651 to your computer and use it in GitHub Desktop.
jQuery AJAX Log
$.ajaxPrefilter(function(options, original, jqXHR) {
console.info('AJAX', options.type.toUpperCase(), options.url, options, jqXHR);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment