Try this
$('tr td:eq(1)').text();

indexing starts from zero so second column is index=1.

Paul

On Feb 11, 8:43 am, Radosław Lejsza <r1u0...@gmail.com> wrote:
> Hello!
>
> I've got some question:
>
> I've got variable 'tr' which contains html or text from table row.
> How I can read text from second <td> tag. This tag contains _colid=2
> attribute.
>
> I was trying to do something like that:
> $(tr ':'td:(eq(2))').text(); but it's not working.
>
> Cheers
>
> Radek

Reply via email to