Vanilla vs JQuery
JavaScript performance comparison
Preparation code
<select id="select"<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
>
<option> 1 </option>
<option> 2 </option>
<option> 3 </option>
</select>
Preparation code output
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
vanilla |
|
pending… |
jQuery |
|
pending… |
Variation with jQuery |
|
pending… |
variation 2 with jQuery |
|
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 test
- Revision 2: published
- Revision 3: published
- Revision 4: published by Razmig
0 comments