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