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.
是否可以使用可拖动的 css 将一个元素从一个位置拖动到另一个位置,而无需容器部分且无需所有 javascript 来执行此操作?
感谢您的回复。似乎在原生拖放方面付出了很多努力(我不认为)它被广泛使用,就像只是拖动元素一样。由于拖动东西是拖放的一个组件,因此网络人似乎本末倒置......我会很高兴拖动东西而不必求助于javascript
如果没有 javascript,将无法拖动元素,您的值“可拖动”例如 class 属性只需要您的 javascript 来指示此元素是可拖动的。