SyntaxFix
Write A Post
Hire A Developer
Questions
Use .find() method
.find()
$(t).find("td:eq(1)");
td:eq(x) // x is index of child you want to retrieve. eq(1) means equal to 1. //1 denote second element