Function append

  • Append an element after another.

    Parameters

    • elem: ChildNode

      The element to append after.

    • next: ChildNode

      The element be added.

    Returns void