获取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>
如何限制图片的大小呢04-12
jquery实现动态画圆02-07
判断对象是否Window的实现代码02-16
为jQuery增加join方法的实现代码02-13
网友评论文明上网理性发言 已有0人参与
发表评论: