59. moveElement

Parameter syntax:

'up'|'down' [ '[implicitElement]' ]?

Swaps selected element with its preceding sibling node (up option) or with its following sibling node (down option).

Examples:

moveElement down[implicitElement]
moveElement up