Skip to content

Instantly share code, notes, and snippets.

@Pacek
Created July 9, 2012 16:41
Show Gist options
  • Save Pacek/3077515 to your computer and use it in GitHub Desktop.
Save Pacek/3077515 to your computer and use it in GitHub Desktop.
Fix jQuery $.getJSON() for IE6/7/8
// old IEs are pretty fucked up so you have to disable caching ajax requests
$.ajaxSetup ({ cache: false });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment