delete

fun <N : Node> N.delete(start: Int, count: Int, cancelJob: (Node) -> Unit)

Deletes elements from the DOM.

Parameters

<receiver>

target DOM-Node

start

position for deleting

count

of elements to delete