标签:语法 sel https 多个 ref http 通过 on() html
unbind() 方法移除被选元素的事件处理程序。
语法:
$(selector).unbind(event)
undelegate() 方法移除一个或多个由 delegate() 方法添加的事件处理程序。
语法:
$(selector).undelegate(selector,event)
off() 方法通常用于移除通过 on() 方法添加的事件处理程序。
语法:
$(selector).off(event,selector)
标签:语法 sel https 多个 ref http 通过 on() html
原文地址:https://www.cnblogs.com/abner-pan/p/12897318.html