live vs. bind (v6)

Revision 6 of this benchmark created on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

<div>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
   <a href="http://www.google.com">google</a>
</div>

Setup

var $listA = $('div > a');

Test runner

Ready to run.

Testing in
TestOps/sec
click
$listA.click(function() {});
ready
bind
$listA.bind('click', function() {});
ready
live
$listA.live('click', function() {});
ready
on
$listA.on('click', function() {});
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.