[jQuery] Selecting value from html

2009-02-11 Thread r1u0...@gmail.com
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 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

[jQuery] : Selecting value from html

2009-02-11 Thread Radosław Lejsza
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 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

[jQuery] Selecting value from html

2009-02-11 Thread r1u0...@gmail.com
Hello! I've got some question: I've got variable 'tr' which contains html from table row. How I can read text from second 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.