insertMany

fun <N : Node> N.insertMany(elements: List<WithDomNode<N>>, index: Int)

Inserts a List of elements to the DOM.

Parameters

<receiver>

target DOM-Node

elements

List of WithDomNodes elements to insert

index

place to insert or append