dom-insertion,-inside
-
.append()
DOM Insertion, Inside | DOM Insertion, Inside
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
-
.prepend()
DOM Insertion, Inside | DOM Insertion, Inside
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
-
.xml()
Attributes | DOM Insertion, Inside
Set the XML contents of each element in the set of matched elements.