这是一个简单的小提琴来演示我的情况......
http://jsfiddle.net/UnsungHero97/EM6mR/17/
我正在做的是为当前和未来的元素添加一个事件处理程序,使用.on()
. 我希望能够在发生某些事情时为特定元素删除这些事件处理程序;in the case of the fiddle, when the radio button is selected, the event handler for the blue elements should be removed and clicking those elements should not do anything anymore.
它似乎不起作用:(
如何删除附加到document
我.on()
为这些特定蓝色元素创建的事件处理程序?