Preparing search index...
The search index is not available
domutils
domutils
prependChild
Function prependChild
prepend
Child
(
parent
,
child
)
:
void
Prepend a child to an element.
Parameters
parent
:
ParentNode
The element to prepend before.
child
:
ChildNode
The element to be added as a child.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
domutils
Loading...
Prepend a child to an element.