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.
ほら、うまくいかない:
http://jsfiddle.net/2pxfr/
offイベントリスナーのバインドを解除していないようです:|
off
ただし、名前空間がなくても機能します。
http://jsfiddle.net/2pxfr/1/
名前空間の前に.
.
これを試して:
$(document).off('.myNamespace');
jsフィドル