Can click on jquery draggable parent start drag?
问题 I have markup like this <div id="colorpicker-background"> <div id="colorpicker-selector"></div> </div> With JS like this: $('#colorpicker-selector').draggable({ containment : $('#colorpicker-background'), handle : $('#colorpicker-selector') }) When the user onmousedown fires on #colorpicker-background I move #colorpicker-selector to where the mousedown is. The problem is, the user can't continue to drag even though the selector is now under the cursor. I have tried triggering drag, dragstart,