How do I get a specific td value from selected row?
How do I get a specific td value from selected row?
markymoon
Posts: 1Questions: 0Answers: 0
Hi,
I have a table that I'd like to get a specific td value (a clientid) from the selected row, so I can use it in another function. The td in question is not displayed onscreen in the table.
Thanks in advance,
Mark
I have a table that I'd like to get a specific td value (a clientid) from the selected row, so I can use it in another function. The td in question is not displayed onscreen in the table.
Thanks in advance,
Mark
This discussion has been closed.
Replies
table.$('#myId').html()
[/code]
should do it.
Allan