中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

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

發布時間:2020-10-20 16:22:20 來源:腳本之家 閱讀:218 作者:caozong 欄目:web開發

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

實現效果如下:

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

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程序設計有所幫助。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

平陆县| 江安县| 石柱| 崇阳县| 儋州市| 晋宁县| 策勒县| 容城县| 银川市| 锦屏县| 义马市| 常熟市| 沙雅县| 湖北省| 洛浦县| 丹巴县| 盘山县| 太白县| 靖安县| 綦江县| 郎溪县| 墨竹工卡县| 乐安县| 南丹县| 惠水县| 景谷| 嵊泗县| 桃江县| 克拉玛依市| 泰来县| 延津县| 鄂州市| 上林县| 保山市| 嘉黎县| 叶城县| 大英县| 大竹县| 玉环县| 巴马| 广州市|