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
Replace each element in the set of matched elements with the provided new content and return the set of elements that was removed.
Get the current value of the first element in the set of matched elements. The .val()
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
Remove the set of matched elements from the DOM. Similar to
Remove all child nodes of the set of matched elements from the DOM. This method removes not only
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
Page 2 of 4