Created
October 26, 2012 00:44
-
-
Save asuh/3956362 to your computer and use it in GitHub Desktop.
jQuery - hide from IE8
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
if (!$.browser.msie || $.browser.version !== "8.0") { | |
// Hidden from IE8 | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment