August 2013
Beginner
70 pages
1h 26m
English
We've already delved into filters, but what you probably don't know is that jQuery has methods to filter collections as well. This section describes how many and what are these methods.
The methods of this type are:
|
Name |
Description |
|---|---|
|
|
Reduces the retrieved collection to the element having position index+1. |
|
|
Reduces the collection to those elements that match the given selector or pass the test function. |
|
|
Keeps just the first element of the collection. |
|
|
Reduces the set of matched elements to those that have a descendant that matches the selector or DOM element. |
|
|
Keeps just the last element of the collection. |
|
|
Each element of the ... |
Read now
Unlock full access