:even selector

:even Selector

even selector

Description: Selects even elements, zero-indexed. See also odd.

  • version added: 1.0jQuery( ":even" )

In particular, note that the 0-based indexing means that, counter-intuitively, :even selects the first element, third element, and so on within the matched set.

Additional Notes: