jquery中取消hover事件绑定

来源:互联网 发布:蓄水池算法公式 编辑:程序博客网 时间:2024/06/05 08:47

jquery中取消hover事件绑定:

    $('a').unbind('mouseenter').unbind('mouseleave');
1 0
原创粉丝点击