Type: string,function
Default: null
A proxy element to be used when dragging, when set to ‘clone’, a clone element is used as proxy. If a function is specified, it must return a jQuery object.
The example below shows how to create a simple proxy object.
Type: boolean
Default: false
If set to true, the element will return to its start position when dragging stops.
Type: string
Default: move
The css cursor when dragging.
Type: number
Default: null
The dragged element position x corresponding to current cursor.
Type: number
Default: null
The dragged element position y corresponding to current cursor.
Type: selector
Default: null
The handle that start the draggable.
Type: boolean
Default: false
True to stop draggable.
Type: string
Default: null
Defines the axis which the dragged elements moves on, available value is ‘v’ or ‘h’, when set to null will move across ‘v’ and ‘h’ direction.
Parameters: event
Fires when the target object start dragging.
Parameters: event,target
Fires when the target object start dragging.
Parameters: event,target
Fires during dragging. Return false will not do dragging actually.
Parameters: event,target
Fires when the dragging stops.