You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<desc>A selector to check the parent element against. If an element's parent does not match the selector, the element won't be unwrapped.</desc>
11
+
</argument>
12
+
</signature>
7
13
<desc>Remove the parents of the set of matched elements from the DOM, leaving the matched elements in their place.</desc>
8
14
<longdesc>
9
15
<p>The <code>.unwrap()</code> method removes the element's parent. This is effectively the inverse of the <code><ahref="/wrap/">.wrap()</a></code> method. The matched elements (and their siblings, if any) replace their parents within the DOM structure.</p>
0 commit comments