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 expression that filters the set of matched elements to be removed.</desc>
</argument>
</signature>
<desc>Remove the set of matched elements from the DOM.</desc>
<longdesc>
<p>The <code>.detach()</code> method is the same as <code><a href="/remove/">.remove()</a></code>, except that <code>.detach()</code> keeps all jQuery data associated with the removed elements. This method is useful when removed elements are to be reinserted into the DOM at a later time.</p>