Element.appendText

Appends the given to the node.

More...
class Element
@scriptable
appendText
(
string text
)

Detailed Description

Calling e.appendText(" hi") on <example>text <b>bold</b></example> yields <example>text <b>bold</b> hi</example>.

See Also

Suggestion Box / Bug Report