selector test id/id id/id class (v41)

Revision 41 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="my-id">
<div data-id="my-data"></div>
<div class="my-class"></div>
</div>

Test runner

Ready to run.

Testing in
TestOps/sec
Direct ID
$('#my-id');


 
ready
Nested ID's
$.data('id')
ready
ID - Class
$('.my-class')
ready

Revisions

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