In jQuery, what are some of the key differences between using :eq() and :nth-child() to select any elements ?
Also in general, for the starting index, in which case
eq() starts with 0, while nth-child() starts with 1
see differences clearly here http://jsfiddle.net/9xu2R/