Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save grahams/753935 to your computer and use it in GitHub Desktop.
Save grahams/753935 to your computer and use it in GitHub Desktop.
try {
$.browser.msie && $.browser.version < 7
&& document.execCommand( 'BackgroundImageCache', false, true );
} catch(e) { };
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment