May 2017
Intermediate to advanced
448 pages
10h 10m
English
|
Selector |
Matches |
|
:first |
The first element in the result set. |
|
:last |
The last element in the result set. |
|
:not(a) |
All elements in the result set that are not matched by a. |
|
:even |
Even elements in the result set (0-based). |
|
:odd |
Odd elements in the result set (0-based). |
|
:eq(index) |
A numbered element in the result set (0-based). |
|
:gt(index) |
All elements in the result set after (greater than) the given index (0-based). |
|
:lt(index) |
All elements in the result set before (less than) the given index (0-based). |
Read now
Unlock full access