Drag drop with handle

后端 未结 2 1718
傲寒
傲寒 2021-02-07 11:28

I have a div which contains a span that is 16x16px. I want the drag event to start when user clicks and drags this icon but it should drag the whole div. I\'m trying to follow t

2条回答
  •  有刺的猬
    2021-02-07 11:47

    I have slightly modified SaphuA's answer to allow highlighting text.

    The trick is not to add the draggable attribute until the drag handle gets the mousedown event.

    Here's a demo: https://jsfiddle.net/a6tgy9so/1/

提交回复
热议问题