/html-dom /Basic
GitHub 5008★

Prepend to an element

Add the ele element to the beginning of the target element:

target.insertBefore(ele, target.firstChild);

See also

Follow me on and to get more useful contents.