DomUtils.appendAppend an element after another. function append(elem: Node, next: Node): void;§append(elem: Node, next: Node): void[src]§Parameters§elem: Node[src]The element to append after. §next: Node[src]The element be added. §Return Type§void[src]