标签:remove 轮播图 on() this 样式 UNC var add one
$(function(){
$("li").mouseenter(function(){
$(this).addClass("one").siblings().removeClass("one")
var index=$(this).index()
$("div").eq(index).addClass("样式").siblings().removeClass("样式")
})
})
标签:remove 轮播图 on() this 样式 UNC var add one
原文地址:https://www.cnblogs.com/big2cat/p/9849688.html