DOM Insertion, Around
-
.unwrap()
DOM Insertion, Around | DOM Removal
Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.
-
.wrap()
DOM Insertion, Around | DOM Insertion, Around
Wrap an HTML structure around each element in the set of matched elements.
-
.wrapAll()
DOM Insertion, Around | DOM Insertion, Around
Wrap an HTML structure around all elements in the set of matched elements.
-
.wrapInner()
DOM Insertion, Around | DOM Insertion, Around
Wrap an HTML structure around the content of each element in the set of matched elements.