I am using jquery 1.3.2.  I was wondering which is faster and why:

$('#my-id .main table tr.my-class') or
$('#my-id > .main > table > tr.my-class') or
$('#my-id tr.my-class')




Reply via email to