nkolev

Benchmark created on


Preparation HTML

<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>

<ul>
<li>Slide 1</li>
<li>Slide 2</li>
<li>Slide 3</li>
<li>Slide 4</li>
<li>Slide 5</li>
</ul>

Test runner

Ready to run.

Testing in
TestOps/sec
nikolay
$($('ul').find('li')[0]).siblings().hide();
ready
viktor
$('ul').find('li:not(:first-child)').hide();
ready

Revisions

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