用的.on添加的事件監聽,想用.off關閉卻沒有效果,off之后還是能點擊,哪里出錯了??$('.info-bt').on('touchend',function(){});$('.info-bt').off('touchend',function(){});——————————————————————經提點嘗試了以下方案,還是可以點擊————————————————————————————————$('.info-bt').on('touchend',info);$('.info-bt').off('touchend',info);問題根源:事件未注冊就進行移除
跪求!jq移除事件問題
白衣非少年
2019-09-09 20:51:33