jQuery 1.9 vs 1.8.3 vs 1.7.2
JavaScript performance comparison
Preparation code
<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script type="text/javascript">
var jQ19 = jQuery.noConflict();
</script>
<script src="http://code.jquery.com/jquery-1.8.3.min.js">
</script>
<script type="text/javascript">
var jQ18 = jQuery.noConflict();
</script>
<script src="http://code.jquery.com/jquery-1.7.3.min.js">
</script>
<script type="text/javascript">
var jQ17 = jQuery.noConflict();
</script>
<div class="inner">
</div>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
jQuery1.8.3 append html |
|
pending… |
jQuery1.7 append html |
|
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 by Cameron
- Revision 2: published
- Revision 3: published
- Revision 4: published
0 comments