开发者

How to destroy the imageflow jquery plugin instance?

开发者 https://www.devze.com 2023-02-02 21:02 出处:网络
has anyone worked with imageflow jquery plugin? Do you开发者_运维问答 know how to destroy an instance? When I remove with jquery the structure that this plugin creates, the events of the plugin contin

has anyone worked with imageflow jquery plugin? Do you开发者_运维问答 know how to destroy an instance? When I remove with jquery the structure that this plugin creates, the events of the plugin continue to be triggered. Any idea or tip how to do this? Thanks


Have you tried simply unbinding the events associated with the object:

theObject.unbind()

Also, check out this SO question - it looks similar, and may help

0

精彩评论

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