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