开发者

how to clear jquery.event.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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜