Determine whether any of the matched elements are assigned the given class. Elements may have more
Get the value of an attribute for the first element in the set of matched elements. The .attr()
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()
Insert content, specified by the parameter, to the end of each element in the set of matched elements. The
Get the combined text contents of each element in the set of matched elements, including their descendants. Unlike
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
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