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.
有没有人使用过 imageflow jquery 插件?你知道如何销毁实例吗?当我用 jquery 删除这个插件创建的结构时,插件的事件会继续被触发。任何想法或提示如何做到这一点?谢谢
您是否尝试过简单地取消绑定与对象关联的事件:
theObject.unbind()
另外,看看这个 SO question - 它看起来很相似,可能会有所帮助