jQuery selector - what is faster?

Posted by christianhaller on Stack Overflow See other posts from Stack Overflow or by christianhaller
Published on 2010-03-01T13:01:34Z Indexed on 2010/03/26 2:33 UTC
Read the original article Hit count: 204

Filed under:
|

Hi,

$('#content td#foo').show();
$('td#foo').show();

The td is somewhere deep in the content div.

What is faster?

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about jquery-selectors