domutils
Preparing search index...
prepend
Function prepend
prepend
(
element
:
ChildNode
,
previous
:
ChildNode
)
:
void
Prepend an element before another.
Parameters
element
:
ChildNode
The element to prepend before.
previous
:
ChildNode
The element to be added.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
domutils
Loading...
Prepend an element before another.