Testing scoping a jQuery selector within an id (v3)

Revision 3 of this benchmark created on


Description

Testing out the cases from this StackOverflow question:

http://stackoverflow.com/questions/6035348/fastest-selector-method-in-jquery-and-css-id-or-not

Test runner

Ready to run.

Testing in
TestOps/sec
#login
$('#login')
ready
#loginDialog ul
$('#loginDialog ul')
ready
.toolbar
$('.toolbar')
ready
.toolbar .button
$('.toolbar .button')
ready

Revisions

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