jquery 获取dom固定元素 添加样式的简单实例
jquery 获取dom固定元素 添加样式的简单实例
发布时间:2016-12-30 来源:查字典编辑
摘要:xx=function(){//$("#categoriesdiv").eq(6).css("color","#000000");$("#c...

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

推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
相关阅读
网友关注
最新Javascript教程学习
热门Javascript教程学习
编程开发子分类