Method HTMLElement.insertAfter
Insert a node after another node
-
Syntax
HTMLElement HTMLElement.insertAfter(HTMLElement newNode , HTMLElement refNode )
This function is the equivalent of the native HTMLElement.insertBefore method. -
Parameters
HTMLElement newNode- The node to be inserted
HTMLElement refNode- The node after which the new node is inserted.
- Return value The newly inserted node.
- Resources See the EPE project page for information on how to use this object in Internet Explorer.
-
Download
Source
Unless otherwise noted all code in the JSLab Standard Library is licensed as GPLv3. See http://www.gnu.org/licenses/gpl.html for the entire license.
