jQuery

jQuery Intro

jQuery Intro Quiz

jQuery Intro Exercise

jQuery Basic

jQuery Basic Quiz

jQuery Basic Exercise

jQuery Advance

jQuery Advance Quiz

jQuery Advance Exercise

jQuery Selectors

jQuery Effects

jQuery Events

jQuery Methods and Properties

jQuery Traversing

jQuery CSS and HTML Methods

jQuery :odd Selector

jQuery :odd Selector

 

 

The :odd selector is used to selecting each element with an odd index number like 0, 2, 4, 6, 8, etc. As we know, the index number starts from 0. It is used with another selector to select its odd indexed elements.

 

Syntax:-

 

Its syntax is:- $(":odd");

Code Explanation

All Tutorials related to jQuery Selectors

All Sections related to jQuery