HTML DOM
GitHub 0★
Prepend to an element
Add the
ele
element to the beginning of the
target
element:
target
.
insertBefore
(
ele
,
target
.
firstChild
)
;
See also
Append to an element
Insert an element after or before other element
Insert given HTML after or before an element
Position an element absolutely to another element
Press Shift and Enter for a new line