jQuery wrapInner wraps specified HTML element(s) around the content of each element in a set of matched elements. It may be nested structure but it should contain only one inmost element. Possible values of jQuery wrapInner: – HTML elements – jQuery objects – DOM elements Suppose you have following HTML: <div class=”main”> <div class=”sub”>John Doe</div> […]
