jQuery selector - what is faster? - by christianhaller Hi, $('#content td#foo').show(); $('td#foo').show(); The td is somewhere deep in the content div. What is faster? Read the article