domutils
appendChild
Function appendChild
appendChild
(
parent
:
ParentNode
,
child
:
ChildNode
)
:
void
Append a child to an element.
Parameters
parent
:
ParentNode
The element to append to.
child
:
ChildNode
The element to be added as a child.
Returns
void
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
domutils
Feeds
Feed
FeedItem
FeedItemMedia
FeedItemMediaExpression
FeedItemMediaMedium
getFeed
Helpers
compareDocumentPosition
DocumentPosition
removeSubsets
uniqueSort
Legacy Query Functions
getElementById
getElements
getElementsByClassName
getElementsByTagName
getElementsByTagType
testElement
TestElementOpts
Manipulation
append
appendChild
prepend
prependChild
removeElement
replaceElement
Querying
existsOne
filter
find
findAll
findOne
findOneChild
Stringify
getInnerHTML
getOuterHTML
getText
innerText
textContent
Traversal
getAttributeValue
getChildren
getName
getParent
getSiblings
hasAttrib
nextElementSibling
prevElementSibling
M
M
N
E
P
V
F
C
I
C
P
M
F
P
C
P
T
T
A
A
A
T
R
Append a child to an element.