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.
我在javascript中制作了一个可拖动的div。但是在测试时我意识到在某些时候我必须禁用拖动功能,这很容易,直到最近我从 1.9.1 更改为 1.7.2(与工作相关的问题)
现在突然启用/禁用拖动部分不起作用。有什么建议吗?
所以是的,我刚刚意识到这是因为 .animate() 在 1.7 中没有 start: 选项 -.- 禁用部分应该可以正常工作。