[jQuery] Select third column of the table

[jQuery] Select third column of the table

Dear all,
If I want to select the 3rd column of the table, (e.g. 3 rows)
$("tr > td:eq(2)") would returns only one <td>.
$("tr").find("td:eq(2)") would returns 3 <td>.
Is that ":eq(2)" is applied to the whole "tr>td" set? Is that correct?<br clear="all">
--
Best Regards,
Jacky
網絡暴民 <a href="http://jacky.seezone.net">http://jacky.seezone.net</a>
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/