selector test id/id id/id class (v17)

Revision 17 of this benchmark created on


Preparation HTML

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


<div id="Mytbl">
<div id="MyElement"></div>
<div class="buddy-mung-le"></div>
<div class="nick" nick="mung-le"></div>
</div>

Test runner

Ready to run.

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


 
ready
Element+ID
$('div#MyElement');
ready
Element+Class
$('div.buddy-mung-le')
ready

Revisions

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