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/droppable.xml
-7Lines changed: 0 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -4,13 +4,6 @@
4
4
<desc>Create targets for draggable elements</desc>
5
5
<longdesc>
6
6
<p>The jQuery UI Droppable plugin makes selected elements droppable (meaning they accept being dropped on by draggables). You can specify which (individually) or which kind of draggables each will accept.</p>
7
-
<p>All callbacks receive two arguments: The original browser event and a prepared ui object, view below for a documentation of this object (if you name your second argument 'ui'):</p>
8
-
<ul>
9
-
<li> <b>ui.draggable</b> - current draggable element, a jQuery object.</li>
10
-
<li> <b>ui.helper</b> - current draggable helper, a jQuery object</li>
11
-
<li> <b>ui.position</b> - current position of the draggable helper { top: , left: }</li>
12
-
<li> <b>ui.offset</b> - current absolute position of the draggable helper { top: , left: }</li>
0 commit comments