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

内容摘要
<script type="text/javascript"> xx = function(){ //$("#categories div").eq(6).css("color","#000000"); $("#categories div").eq(6).addClass("xxx"); }</scrip
文章正文
<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>
代码注释

作者:喵哥笔记

IDC笔记

学的不仅是技术,更是梦想!