:eq() Selector
Select the element at index n within the matched set.
Select the element at index n within the matched set.
Selects even elements, zero-indexed. See also :odd.
Selects the first matched DOM element.
Select all elements at an index greater than index within the matched set.
Selects the last matched element.
Select all elements at an index less than index within the matched set.
Selects odd elements, zero-indexed. See also :even.