cancel
Fires when the drag is canceled. This when the cancel method is called.

Event data

x : DragAxis
Reference to the horizontal drag axis instance.
y : DragAxis
Reference to the vertical drag axis instance.
event : jQueryEvent
Reference to the jQuery event object.
target : Element
Reference to the DOM element from which the Drag started. It is different from the element only if filter option is specified.
end
Fires when the drag ends.

Event data

x : DragAxis
Reference to the horizontal drag axis instance.
y : DragAxis
Reference to the vertical drag axis instance.
event : jQueryEvent
Reference to the jQuery event object.
target : Element
Reference to the DOM element from which the Drag started. It is different from the element only if filter option is specified.
move
Fires while dragging.

Event data

x : DragAxis
Reference to the horizontal drag axis instance.
y : DragAxis
Reference to the vertical drag axis instance.
event : jQueryEvent
Reference to the jQuery event object.
target : Element
Reference to the DOM element from which the Drag started. It is different from the element only if filter option is specified.
start
Fires when the user starts dragging the element.

Event data

x : DragAxis
Reference to the horizontal drag axis instance.
y : DragAxis
Reference to the vertical drag axis instance.
event : jQueryEvent
Reference to the jQuery event object.
target : Element
Reference to the DOM element from which the Drag started. It is different from the element only if filter option is specified.
tap
Fires when the user presses and releases the element without any movement or with a movement below the threshold specified.

Event data

x : DragAxis
Reference to the horizontal drag axis instance.
y : DragAxis
Reference to the vertical drag axis instance.
event : jQueryEvent
Reference to the jQuery event object.
target : Element
Reference to the DOM element from which the Drag started. It is different from the element only if filter option is specified.