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
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
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.
3 matches
Mail list logo