August 2013
Beginner
70 pages
1h 26m
English
So far, we've seen a plethora of filters, but the good thing is that jQuery has a lot more than that. Here, I'll show the remaining filters that I haven't added to the previous categories.
The filters are as follows:
|
Name |
Description |
|---|---|
|
|
Selects all of the elements that are in the progress of an animation at the time the selector is run. |
|
|
Retrieves the elements that contain the text given. The search is performed among the element itself and all of the descendants. |
|
|
Collects the elements that have no children (including text nodes). |
|
|
Select the element that has the focus at the time the selector is run. |
|
|
Selects elements which contain at least ... |
Read now
Unlock full access