jquery .child 2 code example Example 1: jquery get 2nd child Click to copy$(t).children('td').eq(1); Example 2: jquery get 2nd child Click to copy$(t).children().eq(1);