jQuery children vs find (v26)

Revision 26 of this benchmark created on


Description

This testcase compares the performance from .children() and .find()

Test runner

Ready to run.

Testing in
TestOps/sec
children
// async test
$('.parent3_class').children('.table_class');
ready
find
// async test
$('.parent3_class').find('.table_class');
ready

Revisions

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