获取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>
选择省城市的插件【H5】07-31


鼠标滑过整行变色08-08

用jQuery实现打印图片pdf、txt04-28


获取随机生成id的服务器控件04-13
网友评论文明上网理性发言 已有0人参与
发表评论: