Header menu logo Sutil

DomEdit Module

Functions and values

Function or value Description

appendChild parent child

Full Usage: appendChild parent child

Parameters:
parent : Node
child : Node

insertAfter parent newChild refChild

Full Usage: insertAfter parent newChild refChild

Parameters:
parent : Node
newChild : Node
refChild : Node

insertBefore parent child refNode

Full Usage: insertBefore parent child refNode

Parameters:
parent : Node
child : Node
refNode : Node

log s

Full Usage: log s

Parameters:
    s : string

s : string

removeChild parent child

Full Usage: removeChild parent child

Parameters:
parent : Node
child : Node

Type something to start searching.