Skip to content

Commit 6ca0ba6

Browse files
committed
droppable: removed mention of each callback's ui argument properties from the longdesc as this info is now document on the ui argument of each event
(cherry picked from commit ade8d5e)
1 parent 8fc189f commit 6ca0ba6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

entries/droppable.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,6 @@
44
<desc>Create targets for draggable elements</desc>
55
<longdesc>
66
<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>
13-
</ul>
147
</longdesc>
158
<created>1.0</created>
169
<options>

0 commit comments

Comments
 (0)