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の質問をチェックしてください-似ているように見え、役立つかもしれません