HTML API

after

Inserts an element or a documentFragment in the children list of an element's parent, just after the selected element.
Throws an exception when the application cannot find a match for the element. See HTML live edit for further information.

tilepieces.core.htmlMatch.after(element,node);

Parameters

element
A DOM element
node
An element or a documentFragment.

Return Value

None.