bens test

JavaScript performance comparison

Revision 7 of this test case created by Kyle Simpson

Preparation code

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<form>
 <input type=checkbox id=abc />
</form>

<script>
  var $abc = $("#abc"), abc = $abc[0];
</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
direct property
abc.checked
pending…
jquery-prop
$abc.prop("checked")
pending…
jquery-is
$abc.is(":checked")
pending…

Compare results of other browsers

Revisions

You can edit these tests or add even more tests to this page by appending /edit to the URL. Here’s a list of current revisions for this page:

0 comments

Add a comment