jquery中不同方式绑定事件后的解绑方法

使用live绑定的事件,用die()解除绑定

使用bind绑定的事件,用unbind解除绑定

使用delegate绑定的事件,用undelegate解除绑定

使用on绑定的事件,用off解除绑定

你可能感兴趣的:(jquery解绑事件)