can.append
Append content to elements.
can.append(nodeList, html)
Parameters
-
nodeList
{NodeList}
A nodelist of the elements to append content to.
-
html
{String}
The HTML to append to the end of the elements in nodeList.
Append content to elements.
{NodeList}
A nodelist of the elements to append content to.
{String}
The HTML to append to the end of the elements in nodeList.
can.append( wrappedNodeList, html )
inserts content to the end of each wrapped node list item(s) passed.