insertBefore method
Inserts all of the nodes into this node directly before refChild.
Other resources
- Node.insertBefore from MDN.
Implementation
Node insertBefore(Node node, Node child) native;
Inserts all of the nodes into this node directly before refChild.
Node insertBefore(Node node, Node child) native;