我现在用的是第一种方法解决的。
setTimeout(function(){ $(".zhengshu").hover(function(){ _this=$(this); _this.children().eq(0).addClass("file_hover"); },function(){ _this.children().eq(0).removeClass("file_hover"); }) },1000);
目前只有一种方法解决。
有别的方法吗?
可以考虑把hover拆开,变成mouseenter和mouseleave,然后试试用这种写法生成:
一周热门 更多>