Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想使用 jsPlumb 连接两个可拖动的 div。但是,当我使用 jsPlumb.Draggable 函数时,只有端点变得可拖动(而不是 div 本身)。这是我正在尝试的小提琴。
http://jsfiddle.net/risabhsagar/PsytV/36/
这似乎有效:
div.operation { position: absolute; }