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');
jsFiddle