1. 原生 JS 语言:
绑定:addEventListener(type, function, false) 取消: removeEventListener(type, function, false)
2. jquery 语言:
绑定:bind()
取消:unbind()
标签:remove query fun class log list span jquery func
1. 原生 JS 语言:
绑定:addEventListener(type, function, false) 取消: removeEventListener(type, function, false)
2. jquery 语言:
绑定:bind()
取消:unbind()
标签:remove query fun class log list span jquery func
原文地址:https://www.cnblogs.com/ostrich-sunshine/p/8183903.html