国产探花免费观看_亚洲丰满少妇自慰呻吟_97日韩有码在线_资源在线日韩欧美_一区二区精品毛片,辰东完美世界有声小说,欢乐颂第一季,yy玄幻小说排行榜完本

首頁 > 編程 > JavaScript > 正文

jQuery實現導航欄頭部菜單項點擊后變換顏色的方法

2019-11-19 16:02:33
字體:
來源:轉載
供稿:網友

本文實例講述了jQuery實現導航欄頭部菜單項點擊后變換顏色的方法。分享給大家供大家參考,具體如下:

實現效果如下:

話不多說直接上代碼:

<!DOCTYPE html><html lang="en"><head>  <meta charset="UTF-8">  <title>Title</title>  <style>    a{      text-decoration: none;      color: black;    }    #menu{      width: 100%;      height: 20px;      background: gainsboro;    }    ul li{      list-style: none;      float: left;      padding-left: 20px;      background-color: whitesmoke;    }    .active {      color: white;      background-color: black;    }    .none {      background-color: whitesmoke;    }  </style></head><body><ul id="menu">  <li><a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" >首頁</a></li>  <li><a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" >直播</a></li>  <li><a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" >新聞</a></li>  <li><a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" >關于</a></li></ul><script src="jquery-1.7.2.min.js"></script><script>  $('#menu li a').click(function () {    var f = this;    $('#menu li a').each(function () {      this.className = this == f ? 'active' : 'none'    });  });</script></body></html>

更多關于jQuery相關內容感興趣的讀者可查看本站專題:《jQuery切換特效與技巧總結》、《jQuery擴展技巧總結》、《jQuery常用插件及用法總結》、《jQuery拖拽特效與技巧總結》、《jQuery表格(table)操作技巧匯總》、《jquery中Ajax用法總結》、《jQuery常見經典特效匯總》、《jQuery動畫與特效用法總結》及《jquery選擇器用法總結

希望本文所述對大家jQuery程序設計有所幫助。

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 万载县| 德阳市| 兴仁县| 祁门县| 宜君县| 东乡县| 谢通门县| 六盘水市| 南昌市| 江安县| 商城县| 安多县| 玛曲县| 青田县| 镇江市| 镇雄县| 石阡县| 乳山市| 达拉特旗| 集安市| 武汉市| 手游| 应城市| 灵寿县| 桐梓县| 长白| 庆云县| 重庆市| 武乡县| 霍山县| 浦北县| 永丰县| 米泉市| 彰化县| 共和县| 东方市| 通海县| 阿合奇县| 通许县| 桂林市| 道真|