Remove the set of matched elements from the DOM. Similar to
Insert every element in the set of matched elements to the beginning of the target. The
Replace each target element with the set of matched elements. The .replaceAll() method
Remove a property for the set of matched elements. The .removeProp() method removes
Create a deep copy of the set of matched elements. The .clone() method performs a deep
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 content, specified by the parameter, to the end of each element in the set of matched elements. The
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements. The
Insert every element in the set of matched elements before the target. The
Page 3 of 4