Inserting Inside:
Insert content, specified by the parameter, to the end of each element in the set of matched elements.
Returns: jQuery
Insert every element in the set of matched elements to the end of the target.
Insert content, specified by the parameter, to the beginning of each element in the set of matched elements.
Returns: jQuery
Insert every element in the set of matched elements to the beginning of the target.
Inserting Outside:
Insert content, specified by the parameter, after each element in the set of matched elements.
Insert content, specified by the parameter, before each element in the set of matched elements.
Returns: jQuery
Insert every element in the set of matched elements after the target.
Returns: jQuery
Insert every element in the set of matched elements before the target.
Inserting Around:
Wrap an HTML structure around each element in the set of matched elements.
Wrap an HTML structure around all elements in the set of matched elements.
Returns: jQuery
Wrap an HTML structure around the content of each element in the set of matched elements.
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
Replacing:
Returns: jQuery
Replace each element in the set of matched elements with the provided new content.
Returns: jQuery
Replace each target element with the set of matched elements.
Remove all child nodes from the set of matched elements.
Returns:
jQuery
Removes all matched elements from the DOM.
Remove the set of matched elements from the DOM.
Was this information helpful?

