首页 > 编程 > JavaScript > 正文

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

2019-11-20 21:10:07
字体:
来源:转载
供稿:网友
<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>
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表