获取dom固定元素 添加样式。
<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>
获取dom固定元素 添加样式。
<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>
jQuery修改CSS伪元素属性的方法02-07
jQuery遍历节点的方法04-13
不要让ajax重复提交数据07-23
jQuery插件扩展-添加回调函数09-25
jQuery的图片滑块焦点图插件整理推荐02-08
网友评论文明上网理性发言 已有0人参与
发表评论: