Insert every element in the set of matched elements after the target. The
Remove all child nodes of the set of matched elements from the DOM. This method removes not only
Create a deep copy of the set of matched elements. The .clone() method performs a deep
Replace each target element with the set of matched elements. The .replaceAll() method
Insert content, specified by the parameter, to the end of each element in the set of matched elements. The
Remove a property for the set of matched elements. The .removeProp() method removes
Wrap an HTML structure around all elements in the set of matched elements. The .wrapAll()
Get the combined text contents of each element in the set of matched elements, including their descendants. Unlike
Insert every element in the set of matched elements before the target. The
Remove an attribute from each element in the set of matched elements. The .removeAttr()
Page 3 of 4