diff --git a/entries/sortable.xml b/entries/sortable.xml index 60297f67..46f7a053 100644 --- a/entries/sortable.xml +++ b/entries/sortable.xml @@ -174,7 +174,26 @@ This event is triggered when a sortable item has been dragged out from the list and into another. - + + + The jQuery object representing the helper being sorted. + + + The jQuery object representing the current dragged element. + + + The current absolute position of the helper represented as { top, left }. + + + The current position of the helper represented as { top, left }. + + + The original position of the element represented as { top, left }. + + + The jQuery object representing the element being used as a placeholder. + + This event is triggered when a sortable item is moved into a sortable list.