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