.append() Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Also in: Attributes .html() Get the HTML contents of the first element in the set of matched elements or set the HTML contents of every matched element.
.prepend() Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
.text() Get the combined text contents of each element in the set of matched elements, including their descendants, or set the text contents of the matched elements.