August 2013
Beginner
70 pages
1h 26m
English
jQuery also has specific filters to target node's children. Here, you'll discover more about them.
The filters belonging to this category are:
|
Name |
Description |
|---|---|
|
|
Retrieves the elements that are the first child of their parent. |
|
|
Collects the elements that are the first of the given type (element name). |
|
|
Retrieves the elements that are the last child of their parent. |
|
|
Collects the elements that are the last of the given type (element name). |
|
|
Retrieves all elements that are the nth-child of their parent. |
|
|
Selects all elements that are the nth-child of their parent, counting from the last element to the first. ... |
Read now
Unlock full access