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
Copy file name to clipboardExpand all lines: entries/empty.xml
+1-1
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@
17
17
</div></pre>
18
18
<p>If we had any number of nested elements inside <code><div class="hello"></code>, they would be removed, too. </p>
19
19
<p>To avoid memory leaks, jQuery removes other constructs such as data and event handlers from the child elements before removing the elements themselves.</p>
20
-
<p>If you want to remove elements without destroying their data or event handlers (so they can be re-added later), use .detach() instead.</p>
20
+
<p>If you want to remove elements without destroying their data or event handlers (so they can be re-added later), use <ahref="/detach/">.detach()</a> instead.</p>
21
21
</longdesc>
22
22
<example>
23
23
<desc>Removes all child nodes (including text nodes) from all paragraphs</desc>
0 commit comments