IE Detection

JavaScript performance comparison

Test case created by Patrick Engström

Info

Detecting internet explorer

Preparation code

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
 

Preparation code output

Test runner

Warning! For accurate results, please disable Firebug before running the tests. (Why?)

Java applet disabled.

Testing in unknown unknown
Test Ops/sec
Jquery
($.browser.msie || parseInt($.browser.version, 10) > 7);
pending…
via documentMode
var u;
(document.documentMode === u || document.documentMode > 7);
pending…

You can edit these tests or add even more tests to this page by appending /edit to the URL.

Compare results of other browsers

0 comments

Add a comment