append method
The Document.append()
method
inserts a set of Node objects or string objects after
the last child of the document. String objects
are inserted as equivalent Text nodes.
This method appends a child to a Document
. To append to an arbitrary
element in the tree, see Element.append.
Implementation
external void append(JSAny nodes);