jQuery selectors speed test (v59)

Revision 59 of this benchmark created on


Description

jQuery attribute selectors speed test

Preparation HTML

<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.