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
-
2021-02-12 11:10
Replace n with child no.
$(".dname td:nth-child(n)").text();
For e.g. for 2nd child
$(".dname td:nth-child(2)").text();