jquery 获取dom固定元素 添加样式...
时间:2010-08-11 来源:y_h_t
<script type="text/javascript">
xx = function(){
//$("#categories div").eq(6).css("color","#000000");
$("#categories div").eq(6).addClass("xxx");
}
</script>
<style>
.xxx{}
.xxx a{color:#ff0000;}
</style>
相关阅读 更多 +