How to make a draggable across divs

前端 未结 3 718
清酒与你
清酒与你 2021-01-27 02:14

How do I make elements draggable between two divs? This seems to be something that draggables should do. But I haven\'t been able with the code I have. In this jsfiddle I hav

3条回答
  •  抹茶落季
    2021-01-27 02:44

    Finally found the problem. Specifying overflow: hidden; for the container div restricts the draggable area to the container only. If I remove that specification from the styles. The elements are draggable across the divs. Here is the fiddle with the fix.

    http://jsfiddle.net/gkvgn/10/

提交回复
热议问题