selector test id/id id/id class find (v62)

Revision 62 of this benchmark created on


Preparation HTML

<script src="http://cdn.staticfile.org/jquery/1.8.0/jquery.js"></script>


<div id="Mytbl">
<div id="MyElement"></div>
<div class="MyClass"></div>
</div>

Test runner

Ready to run.

Testing in
TestOps/sec
Direct ID
$('#MyElement');


 
ready
Nested ID's
$('#Mytbl #MyElement')
ready
ID - Class + find
$('#Mytbl').find('.MyClass')
ready
ID Class Selector
$('#Mytbl .MyClass')
ready

Revisions

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