我有这个脚本:
jQuery('#cp_panel_front_into_noticias').mouseover(function() {
jQuery(this).jScrollPane({
showArrows: true,
arrowScrollOnHover: true
});
});
如何才能看到我是否将mouseover完美地运行,但问题是,它可能检测到事件,并且当没有执行事件鼠标悬停时,是否存在某种方式来执行此操作?没有更多的代码只检测事件?