Skip to content

Instantly share code, notes, and snippets.

@Dattaya
Forked from padolsey/gist:527683
Created January 27, 2012 17:14
Show Gist options
  • Save Dattaya/1689855 to your computer and use it in GitHub Desktop.
Save Dattaya/1689855 to your computer and use it in GitHub Desktop.
Using jQuery I should have found out if a browser is IE 6-8. Took a great idea from @padolsey.
var ie678 = !!$("<i><!--[if lte IE 8]><i></i><![endif]--></i>").appendTo("body").children()[0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment