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