W3Schools.com

jQuery :odd Selector

jQuery Selectors jQuery Selectors

Example

Select every other (odd) tr element:

$("tr:odd")

Try it yourself »

Definition and Usage

The :odd selector selects each element with an odd index number (like: 1, 3, 5).

The index numbers start at 0, so the first element will be an even number (0).

This is mostly used together with another selector to select every odd indexed element in a group (like in the example above).

Syntax

$(":odd")


Tips and Notes

Tip: Use the :even selector to select elements with even index numbers.


jQuery Selectors jQuery Selectors


WEB HOSTING
Best Web Hosting
PHP MySQL Hosting
Best Hosting Coupons
UK Reseller Hosting
Cloud Hosting
Top Web Hosting
$3.98 Unlimited Hosting
Premium Website Design
WEB BUILDING
XML Editor - Free Trial!
FREE Website BUILDER
Best Website Templates Top CSS Templates
CREATE HTML Websites
EASY WEBSITE BUILDER
W3SCHOOLS EXAMS
Get Certified in:
HTML, CSS, JavaScript, XML, PHP, and ASP
W3SCHOOLS BOOKS
New Books:
HTML, CSS
JavaScript, and Ajax
STATISTICS
Browser Statistics
Browser OS
Browser Display
SHARE THIS PAGE