Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
Home
JavaScript DHTML
Ajax Layer
Data Type
Date Time
Development
Document
Dojo toolkit
Event
Event onMethod
Ext JS
Form Control
GUI Components
HTML
Javascript Collections
Javascript Objects
Javascript Properties
jQuery
Language Basics
Mochkit
Mootools
Node Operation
Object Oriented
Page Components
Rico
Scriptaculous
Security
SmartClient
Style Layout
Table
Utilities
Window Browser
YUI Library
Selector even odd index « jQuery « JavaScript DHTML
JavaScript DHTML
jQuery
Selector even odd index
1.
gt(index) matches all elements with an index above the given one.
2.
even() matches even elements, zero-indexed.
3.
eq(index) matches a single element by its index.
4.
lt(index) matches all elements with an index below the given one.
5.
odd() matches odd elements, zero-indexed.
6.
Even number tags
7.
Matches all elements with an index above the given one
8.
Matches all elements with an index below the given one
9.
Matches even elements, zero-indexed
10.
Matches odd elements, zero-indexed.htm
11.
Odd number paragraph
12.
Positional selectors supported by jQuery: selecting elements based on their position in the DOM
13.
Matches a single element by its index