Finds the first A element in a traversal from the input node. The input
node itself is not included in the search.
|
code » | ||||
Joins node and its adjacent text nodes together.
|
code » | ||||
![]()
Replaces leading or trailing spaces of a text node to a single Nbsp.
Arguments:
|
code » | ||||
![]()
Splits the DOM tree around the given node and returns the node containing
second half of the tree, which is appended after the old node. The first
half of the tree is modified, but not removed from the DOM.
Arguments:
Returns: !Node
The node containing the second half of the tree.
|
code » | ||||
Splits the DOM tree around the given node and returns the node
containing the second half of the tree. The first half of the tree
is modified, but not removed from the DOM.
Arguments:
Returns: !Node
The node containing the second half of the tree.
|
code » | ||||
Trim the tabs and line breaks from a string.
|
code » | ||||
Wrap the text indicated by "position" in an HTML container of type
"nodeName".
|
code » |