用的.on添加的事件监听,想用.off关闭却没有效果,off之后还是能点击,哪里出错了??$('.info-bt').on('touchend',function(){});$('.info-bt').off('touchend',function(){});——————————————————————经提点尝试了以下方案,还是可以点击————————————————————————————————$('.info-bt').on('touchend',info);$('.info-bt').off('touchend',info);问题根源:事件未注册就进行移除
泛舟湖上清波郎朗
相关分类