当前位置:主页 > 网页前端 > jquery >

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

时间:2020-11-08 12:15:39 | 栏目:jquery | 点击:

<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>

您可能感兴趣的文章:

相关文章