jquery vs dojo
JavaScript performance comparison
Preparation code
<script src="http://code.jquery.com/jquery-1.8.3.min.js">
</script>
<script src="http://ajax.googleapis.com/ajax/libs/dojo/1.8.2/dojo/dojo.js"></script>
<div id="container">
</div>
<div id="container2">
<div><span class="test">0</span></div>
</div>
Preparation code output
0
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
dojoSetContent |
|
pending… |
jQuerySetContent |
|
pending… |
dojoStyle |
|
pending… |
jQueryStyle |
|
pending… |
dojoEvent |
|
pending… |
jQueryEvent |
|
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:
- Revision 1: published
- Revision 2: published
0 comments