jQuery :even Selector
Learn all about the jQuery function :even Selector.
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.
Login to join the community
jQuery Cards is a community to share and geek out
about the latest, coolest jQuery plugins
Login with:
We'll never post to Twitter or Facebook without your permission.
A repository of over 1000 quality jQuery plugins
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.