ui.mouse.js -- dragPrevention
The dragPrevention option seems to take a comma-separated list of
element names as it's currently implemented.
Would it be possible to make it understand selectors instead?
----
This issue came up, because I tried to use draggable and resizable at
the same time, and (maybe I'm doing it wrong), but when I try to
resize a div, the whole div gets dragged as well. I don't want the
resize handles to affect pure dragging, but I don't know how to
express that.
Any help would be appreciated.
Thanks in advance.
--beppu