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://threedubmedia.com/code/event/drag
当我创建一个拖动框时如何清除拖动?
谢谢
您只需取消绑定任何添加的事件处理程序。
jQuery('elements').unbind("draginit dragstart drag dragend");