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