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()
Insert every element in the set of matched elements to the end of the target. 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
Insert content, specified by the parameter, before each element in the set of matched elements. The
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()
Insert every element in the set of matched elements to the beginning of the target. The
Remove the set of matched elements from the DOM. Similar to
Page 2 of 4