Selectors API
This section describes methods that you can use to select objects by using Cascading Style Sheets (CSS) selector syntax.
In this section
| Topic | Description |
|---|---|
|
Retrieves the first Document Object Model (DOM) element node from descendants of the starting element node that match any selector within the supplied selector string. | |
|
Retrieves all DOM element nodes from descendants of the starting element node that match any selector within the supplied selector strings. |
Show: