jquery get 2nd child

JavaScript
$(t).children('td').eq(1);$("div:eq(1)");$(t).children().eq(1);
Source

Also in JavaScript: