s

JavaScript performance comparison

Test case created by Siavash Ghorbani

Preparation code

<div class="myclass" id="myid">
</div>
<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
Get by id
$("#myid").innerHTML = " X ";
pending…
Get by class
$(".myclass").innerHTML = " X ";
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