关于IE8 + mouseenter事件的jQuery问题

时间:2014-01-14 09:50:08

标签: jquery internet-explorer-8

当我将导航栏移开时,我想删除div的类。

这是我的代码:

$('li').on('mouseenter', function(){
    $('.slide .active').removeClass('active');
});

除IE8外,它完美无缺。

行$('。slide .active')。removeClass('active');有效,但是如果我把这行放在$('li')。on('mouseenter',function(){});中,它就不起作用......

感谢您的帮助!

0 个答案:

没有答案