SyntaxFix
Write A Post
Hire A Developer
Questions
You want .children() instead (documentation here):
.children()
$(this).closest('tr').children('td.two').text();