Skip to content

Instantly share code, notes, and snippets.

Created October 15, 2010 17:51
Show Gist options
  • Save anonymous/628630 to your computer and use it in GitHub Desktop.
Save anonymous/628630 to your computer and use it in GitHub Desktop.
yay!!
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