世娱网
您的当前位置:首页jquery获取dom固定元素添加样式的简单实例_jquery

jquery获取dom固定元素添加样式的简单实例_jquery

来源:世娱网



xx = function(){
//$("#categories div").eq(6).css("color","#000000");
$("#categories div").eq(6).addClass("xxx");
}

显示全文