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.
我正在尝试设计一个具有拖放功能的页面。我面临的问题是,如果用户之前已经将图像拖放到同一个单元格上,我不想让他拖放到同一个单元格上。
谢谢
使用 dragenter 事件来验证它是否可以被放下。
dragenter
当发生拖动时鼠标第一次移到目标元素上时触发。此事件的侦听器应指示是否允许在此位置上放置。如果没有监听器,或者监听器不执行任何操作,则默认不允许drop。