I\'m trying to get td values of tr.. but unfortunately it\'s not working.. may be there is something wrong
My html looks like
-
Just wanted to point out that if you want some particular value inserted in the cell then do the following (for example if you need to show the text TEST in the table cell):
$(".dname td:nth-child(n)").text("TEST");
- 热议问题