selector test id/id id/id class (v21)

Revision 21 of this benchmark created on


Preparation HTML

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>


<ul class="menu">
<li></li>
<li></li>
<li></li>
<li></li>
</ul>

Test runner

Ready to run.

Testing in
TestOps/sec
test1
$("ul.menu li")

 
ready
test2

$("ul.menu").find("li");
ready

Revisions

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