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