Skip to content

Instantly share code, notes, and snippets.

@cheeaun
Created July 26, 2009 03:15
Show Gist options
  • Save cheeaun/155415 to your computer and use it in GitHub Desktop.
Save cheeaun/155415 to your computer and use it in GitHub Desktop.
Browser Engine IE6/7/8 detection
Browser.Engines.trident = function(){
return (!window.ActiveXObject) ? false : ((window.XMLHttpRequest) ? ((Browser.Features.query) ? 6 : 5) : 4);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment