jQuery .live() vs .delegate() vs .on()
JavaScript performance comparison
Preparation code
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js">
</script>
<div id="context">
<p>
Some paragraph
</p>
<p id="element">
Some ID'd paragraph
</p>
</div>
Preparation code output
Some paragraph
Some ID'd paragraph
Test runner
Warning! For accurate results, please disable Firebug before running the tests. (Why?)
Java applet disabled.
| Test | Ops/sec | |
|---|---|---|
.live() |
|
pending… |
.live() with context |
|
pending… |
.delegate() |
|
pending… |
.delegate() on document |
|
pending… |
.on() |
|
pending… |
.on() on document |
|
pending… |
.delegate() on context using ID |
|
pending… |
.delegate() on document using ID |
|
pending… |
.on() on context using ID |
|
pending… |
.on() on document using ID |
|
pending… |
click() |
|
pending… |
click |
|
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 PeeHaa
- Revision 2: published
- Revision 4: published by maru
- Revision 5: published by Andrew Smith
- Revision 6: published
- Revision 7: published
- Revision 8: published
- Revision 9: published
- Revision 10: published
- Revision 11: published
- Revision 12: published by Jonathan
- Revision 13: published
- Revision 14: published
- Revision 15: published
- Revision 16: published by Luis Lobo Borobia
- Revision 17: published
- Revision 18: published by Mohammad Salehe
- Revision 19: published by nicolas
- Revision 20: published by nicolas
- Revision 21: published by nicolas
- Revision 22: published by nicolas
- Revision 23: published
- Revision 25: published
- Revision 26: published by pcmanik
- Revision 28: published by German
- Revision 29: published by Jonas Grimfelt
- Revision 30: published by tyareg
- Revision 31: published by remrem
- Revision 32: published
- Revision 33: published
- Revision 34: published
- Revision 35: published by 2123959
- Revision 37: published by Bruno Bernardino
- Revision 38: published
- Revision 39: published
- Revision 41: published
- Revision 42: published
- Revision 43: published by Yogendra Gautam
- Revision 44: published by Hamed Al-Khabaz
- Revision 46: published by Colin McLeod
- Revision 47: published
- Revision 48: published
- Revision 49: published
- Revision 51: published
- Revision 52: published
- Revision 53: published by Jan Klat
0 comments