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.
我在stackoverflow上发现了一些关于我的问题的帖子,但没有一个带有可拖动div的帖子放在其他div中。 这是一个很好的例子 ,我想防止将可拖动项目放在其他可拖动项目上。如果为真,则将项目退回。
我尝试这样的事情:
drop: function(event,ui){ ui.draggable.draggable('option','revert',true); }
它将项目发送回原来的位置,但一直发送,而不是在其他可拖动项目上。
这是我的jsfiddle