move

fun <N : Node> N.move(from: Int, to: Int)

Moves elements from on place to another in the DOM.

Parameters

<receiver>

target DOM-Node

from

position index

to

position index