disable
disable( ) : Draggable
Disables the Draggable instance so that it cannot be dragged anymore (unless enable()
is called).
Returns : Draggable
The Draggable instance itself (to make chaining possible).
Details
Disables the Draggable instance so that it cannot be dragged anymore (unless enable()
is called).