Enhance to drag'n'drop: Drag'on'click
Hi,
I've modified ui.core.js to allow drag'on'click funcionality, that is,
you can allow to init drag just by clicking (click and release mouse
button) the item. Then the item will follow the cursor until you stop
dragging by clicking again. You can allow this behaviour (or
traditional drag'n'drop) with a new parameter passed to draggable
class.
I've made this to do drag'n'drop funcionality easier for kids. If
anyone may be interested i can send you this modification. I think it
may be useful enought to incorpore to this library by ui developers.
See you