jQuery consigue segundo hijo
$(t).children('td').eq(1);
Lonely Ladybird
$(t).children('td').eq(1);
$("div:eq(1)");
$(t).children().eq(1);