Skip to content

Instantly share code, notes, and snippets.

@jaredhoyt
Created March 16, 2011 14:16
Show Gist options
  • Save jaredhoyt/872561 to your computer and use it in GitHub Desktop.
Save jaredhoyt/872561 to your computer and use it in GitHub Desktop.
jQuery Cache Prevention
// This will affect all subsequent ajax calls made with jQuery
jQuery(function(){
$.ajaxSetup({
cache: false
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment