Element.insertBefore

Inserts the second element to this node, right before the first param

class Element
insertBefore
out (ret) { assert (where.parentNode is this); assert (what.parentNode is this); assert (what.parentDocument is this.parentDocument); assert (ret is what); }
Suggestion Box / Bug Report