August 2013
Beginner
70 pages
1h 26m
English
Now that the book is almost at its end, you should be convinced of the jQuery's power. However, I can guarantee that we've touched only the tip of the iceberg because with jQuery you can really, really do more than that.
This section describes how many, and what are the methods that can be applied to a collection to find elements starting from a matched set. One of these methods is find(); we have come across it several times.
The Tree Traversal methods are:
|
Name |
Description |
|---|---|
|
|
Retrieves the children of every element in the previously created collection. If a selector is passed, only the children that match it are retrieved. |
|
|
Gets the first element that matches the ... |
Read now
Unlock full access