Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place. The
Remove the set of matched elements from the DOM. The .detach() method is the same as
Get the HTML contents of the first element in the set of matched elements. This method is not available
Insert content, specified by the parameter, before each element in the set of matched elements. The
Insert every element in the set of matched elements to the end of the target. The
Get the current value of the first element in the set of matched elements. The .val()
Insert every element in the set of matched elements after the target. The
Get the value of an attribute for the first element in the set of matched elements. The .attr()
Determine whether any of the matched elements are assigned the given class. Elements may have more
Remove all child nodes of the set of matched elements from the DOM. This method removes not only
Page 2 of 4