欧美bbbwbbbw肥妇,免费乱码人妻系列日韩,一级黄片

jquery 獲取dom固定元素 添加樣式的簡單實(shí)例

 更新時(shí)間:2014年02月04日 10:23:58   作者:  
本篇文章主要是對jquery獲取dom固定元素 添加樣式的簡單實(shí)例進(jìn)行了介紹,需要的朋友可以過來參考下,希望對大家有所幫助
<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>

相關(guān)文章

最新評論