SyntaxFix
Write A Post
Hire A Developer
Questions
expanding on the answer above the 'each' function will return you the table-cell html object. wrapping that in $() will then allow you to perform jquery actions on it.
$(this).find('td').each (function( column, td) { $(td).blah });