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.
我想拖动一些元素并将其放入其他一些容器中。以下示例适用于可拖动和可放置的对象
http://jsfiddle.net/AwCuM/
但是,当我尝试使其中一些可拖动而其他仅可放置时,它不起作用
http://jsfiddle.net/4adJk/10/
我知道如何使用 jQueryUI 来做到这一点,但我想使用纯 HTML5 来做同样的事情。
查看Mozilla 的 HTML 文档 ,我发现我需要处理该dragover事件。完整的解决方案可以在以下位置查看:
dragover
http://jsfiddle.net/Dema8/7/