DomUtils.prependChildPrepend a child to an element. function prependChild(elem: Element, child: Node): void;§prependChild(elem: Element, child: Node): void[src]§Parameters§elem: Element[src]The element to prepend before. §child: Node[src]The element to be added as a child. §Return Type§void[src]