SyntaxFix
Write A Post
Hire A Developer
Questions
I would give your tds a specific class, e.g. data-cell, and then use something like this:
$("td.data-cell").each(function () { // 'this' is now the raw td DOM element var txt = $(this).html(); });