HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

after

Description

The after of ChildNode for JS inserts nodes just after node, while replacing strings in nodes with equivalent Text nodes.

Throws a "HierarchyRequestError" DOMException if the constraints of the node tree are violated.

Syntax

node.after(...nodes)

Parameters

nodes

Objects that implement Node. Nodes participate in a tree, which is known as the node tree.

Examples

1

2

3

4