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.
JQuery可拖动元素移动有不同的方式吗?将自己视为垃圾邮件发送者。
应该没什么大不了的,只调用正确的序列:.mousedown(),.mousemove()和.mouseup()
.mousedown()
.mousemove()
.mouseup()
正如官方文档所说(http://api.jquery.com/mousedown/):
将事件处理程序绑定到“mousedown”JavaScript 事件,或在元素上触发该事件。
其他两个 jquery 函数描述也是如此