jQuery selectors speed test (v60)

Revision 60 of this benchmark created on


Description

jQuery attribute selectors speed test

Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<div class='section-1'>
<div class='pane-spin'>
</div>
</div>

Test runner

Ready to run.

Testing in
TestOps/sec
.class + Attribute filter
jQuery('.section-1 .pane-spin')
ready
tag.class[attribute]
jQuery('.section-1').find('.pane-spin')
ready

Revisions

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