is there a difference in performance for these two:

$('p span')

$('p').find('span')

while, I'm on the subject, what's a good way to test performance of
queries (and scripts in general)

thanks

--dave

Reply via email to