[jQuery] Selecting value from html

[jQuery] Selecting value from html


Hello!
I've got some question:
I've got variable 'tr' which contains html 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.