Prepend to an element

Add the ele element to the beginning of the target element:
target.insertBefore(ele, target.firstChild);

See also