jquery get the nth child code example Example 1: jquery get 2nd child $(t).children('td').eq(1); Example 2: how to select second element in jquery $("div:eq(1)");