parents.is vs closest.length

JavaScript performance comparison

Test case created

Preparation code

<div class="foo1">
<div class="foo2">
<div class="foo3">
<div class="foo4">
</div>
</div>
</div>
</div>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
 

Preparation code output

Test runner

Warning! For accurate results, please disable Firebug before running the tests. (Why?)

Java applet disabled.

Testing in unknown unknown
Test Ops/sec
parents.is
$('.foo4').parents().is('.foo2') == true
pending…
closest.length
$('.foo4').closest('.foo2').length > 0
pending…

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

Compare results of other browsers

0 comments

Add a comment