jQuery – wrapAll() Method
The wrapAll() method wraps specified HTML element(s) around all selected elements as a whole.
The wrapAll() method wraps specified HTML element(s) around all selected elements as a whole.
The wrapInner() method wraps specified HTML element(s) around the CONTENT (innerHTML) of each selected element.