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/draggable.xml
+4-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,10 @@
18
18
<desc>If set to <code>false</code>, will prevent the <code>ui-draggable</code> class from being added. This may be desired as a performance optimization when calling <code>.draggable()</code> on hundreds of elements.</desc>
<desc>Which element the draggable helper should be appended to while dragging.</desc>
21
+
<desc>
22
+
<p>Which element the draggable helper should be appended to while dragging.</p>
23
+
<divclass="warning"><strong>Note:</strong> The <code>appendTo</code> option only works when the <ahref="#option-helper"><code>helper</code></a> option is set to not use the original element.</div>
24
+
</desc>
22
25
<typename="jQuery">
23
26
<desc>A jQuery object containing the element to append the helper to.</desc>
0 commit comments