after method
The Element.after()
method inserts a set of
Node
or string objects in the children list of the
Element
's parent, just after the Element
.
String objects are inserted as equivalent Text
nodes.
Implementation
external void after(JSAny nodes);