jquery如何取消hover事件
? 今天用jquery写hover事件,临时遇到个需求需要遇到特定条件能够取消hover事件,但是使用
?
$("a").unbind('mouseenter mouseleave');?在jquery的官方文档上有这方面的说明: jQuery documentation
发布时间: 2012-08-29 08:40:14 作者: rapoo
jquery如何取消hover事件
? 今天用jquery写hover事件,临时遇到个需求需要遇到特定条件能够取消hover事件,但是使用
?
$("a").unbind('mouseenter mouseleave');?在jquery的官方文档上有这方面的说明: jQuery documentation