| wrap( html )
| Returns: jQuery |
| Wrap all matched elements with a structure of other elements. |
| wrap( elem )
| Returns: jQuery |
| Wrap all matched elements with a structure of other elements. |
| wrapAll( html )
| Returns: jQuery |
| Wrap all the elements in the matched set into a single wrapper element. |
| wrapAll( elem )
| Returns: jQuery |
| Wrap all the elements in the matched set into a single wrapper element. |
| wrapInner( html )
| Returns: jQuery |
| Wrap the inner child contents of each matched element (including text nodes) with an HTML structure. |
| wrapInner( elem )
| Returns: jQuery |
| Wrap the inner child contents of each matched element (including text nodes) with a DOM element. |