Monica wrote:
Newbie here...

I have a table $("#searchDataTable"), each row has an unique id. What
is the JQuery code to get the value(text) of particular cell in this
table?


$("#rowId td:nth-child(x)").text(); where #rowId is the id of the particular row, x is the column number.

stephen

Reply via email to