You can simply do the following inside your TR loop:
$(this).find('td').each (function() {
// do your cool stuff
});
You can simply do the following inside your TR loop:
$(this).find('td').each (function() {
// do your cool stuff
});