@wopjs/dom - v0.1.3
Preparing search index...
querySelectorAll
Function querySelectorAll
querySelectorAll
<
K
extends
keyof
HTMLElementTagNameMap
>
(
selectors
:
K
,
parentNode
?:
ParentNode
,
)
:
NodeListOf
<
HTMLElementTagNameMap
[
K
]
>
Returns all element descendants of node that match selectors.
Type Parameters
K
extends
keyof
HTMLElementTagNameMap
Parameters
selectors
:
K
Optional
parentNode
:
ParentNode
Returns
NodeListOf
<
HTMLElementTagNameMap
[
K
]
>
querySelectorAll
<
K
extends
keyof
SVGElementTagNameMap
>
(
selectors
:
K
,
parentNode
?:
ParentNode
,
)
:
NodeListOf
<
SVGElementTagNameMap
[
K
]
>
Returns all element descendants of node that match selectors.
Type Parameters
K
extends
keyof
SVGElementTagNameMap
Parameters
selectors
:
K
Optional
parentNode
:
ParentNode
Returns
NodeListOf
<
SVGElementTagNameMap
[
K
]
>
querySelectorAll
<
E
extends
Element
=
Element
>
(
selectors
:
string
,
parentNode
?:
ParentNode
,
)
:
NodeListOf
<
E
>
Returns all element descendants of node that match selectors.
Type Parameters
E
extends
Element
=
Element
Parameters
selectors
:
string
Optional
parentNode
:
ParentNode
Returns
NodeListOf
<
E
>
Settings
Theme
OS
Light
Dark
@wopjs/dom - v0.1.3
Loading...
Returns all element descendants of node that match selectors.