jquery中取消hover事件绑定:
$('a').unbind('mouseenter').unbind('mouseleave');
本文介绍了一种取消jQuery中hover事件绑定的方法,通过调用unbind函数分别解除mouseenter和mouseleave事件。
$('a').unbind('mouseenter').unbind('mouseleave');
515

被折叠的 条评论
为什么被折叠?
