.getElementsByClassName VS jQuery('.selector') (v157)

Revision 157 of this benchmark created by Terry on


Preparation HTML

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js">
</script>
<p class="foo">
  Test
</p>
<p class="bar">
  bars</p>

Test runner

Ready to run.

Testing in
TestOps/sec
getElementById
$(document.getElementsByClassName('foo'));
ready
jQuery Selector
$('.foo');
ready
Custom Method
 
ready
$ Custom Method
 
ready
jQuery Window Object
$('#foo');
$('#bar');
ready

Revisions

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