Jquery检测事件无效

时间:2013-08-17 10:40:54

标签: jquery mouseover

我有这个脚本:

jQuery('#cp_panel_front_into_noticias').mouseover(function() {    
   jQuery(this).jScrollPane({
    showArrows: true,
    arrowScrollOnHover: true
   });
});

如何才能看到我是否将mouseover完美地运行,但问题是,它可能检测到事件,并且当没有执行事件鼠标悬停时,是否存在某种方式来执行此操作?没有更多的代码只检测事件?

0 个答案:

没有答案