开发者

how to clear jquery.event.drag

开发者 https://www.devze.com 2023-01-10 02:56 出处:网络
http://threedubmedia.com/code/event/drag when i create a dragbox how to clear a开发者_如何学运维 drag?

http://threedubmedia.com/code/event/drag

when i create a dragbox how to clear a开发者_如何学运维 drag?

thanks


you simply unbind any event handlers which were added.

jQuery('elements').unbind("draginit dragstart drag dragend");
0

精彩评论

暂无评论...
验证码 换一张
取 消