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.
-
.appendTo()
Insert every element in the set of matched elements to the end of the target.
-
.html()
Attributes | DOM Insertion, Inside
Get the HTML contents of the first 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.
-
.prependTo()
Insert every element in the set of matched elements to the beginning of the target.
-
.text()
DOM Insertion, Inside | Attributes
Get the combined text contents of each element in the set of matched elements, including their descendants.