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

溫馨提示×

溫馨提示×

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

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

jQuery實現的粘性滾動導航欄效果實例【附源碼下載】

發布時間:2020-09-19 03:43:15 來源:腳本之家 閱讀:140 作者:寒意 欄目:web開發

本文實例講述了jQuery實現的粘性滾動導航欄效果。分享給大家供大家參考,具體如下:

粘性滾動是當導航在滾動過程中會占粘于瀏覽器上,達到方便網站頁面瀏覽的效果,也是一種用戶體驗,下面我們看一下是怎么實現的:

jQuery的 smint插件,也是一個導航菜單固定插件。當頁滾動時,導航菜單會固定在頂部;當點擊菜單時,頁面會平滑的滾動到對應的區域。

兼容性

由于 smint 使用了 position: fixed,所以它不兼容 IE6。適用瀏覽器:IE8、360、FireFox、Chrome、Safari、Opera、傲游、搜狗、世界之窗.

引入文件

<link href="css/demo.css" rel="external nofollow" rel="stylesheet" type="text/css">
<script src="js/jquery.min.js"></script>
<script src="js/jquery.smint.js"></script>

HTML

<body onload="setTimeout(function() { window.scrollTo(0, 1) }, 100);">
<div class="wrap">
  <div class="subMenu">
    <div class="inner">
      <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" id="sTop" class="subNavBtn">Home</a>
      <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" id="s1" class="subNavBtn">Section 1</a>
      <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" id="s2" class="subNavBtn">Section 2</a>
      <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" id="s3" class="subNavBtn">Section 3</a>
      <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" id="s4" class="subNavBtn">Section 4</a>
      <a href="#" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" rel="external nofollow" id="s5" class="subNavBtn end">Section 5</a>
    </div>
  </div>
  <div class="section sTop">
    <div class="inner"></div><br class="clear">
  </div>
  <div class="section s1">
    <div class="inner"><h2>Section 1</h2></div>
  </div>
  <div class="section s2">
    <div class="inner"><h2>Section 2</h2></div>
  </div>
  <div class="section s3">
    <div class="inner"><h2>Section 3</h2></div>
  </div>
  <div class="section s4">
    <div class="inner"><h2>Section 4</h2></div>
  </div>
  <div class="section s5">
    <div class="inner"><h2>Section 5</h2></div>
  </div>
</div>
</body>

注意:菜單的外部容器(如上例的 subMenu)需要設置樣式 position:absolute,并且每個菜單的 a 標簽需要設置 id,id 的值與下面對應區域的 class 的值一致。

JavaScript

$(function() {
  $('.subMenu').smint({
    scrollSpeed : 1000
  });
});

附:完整實例代碼點擊此處本站下載

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

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

向AI問一下細節

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

AI

体育| 泰兴市| 鄂伦春自治旗| 黄陵县| 元氏县| 光泽县| 宁阳县| 芜湖市| 黎城县| 武平县| 长顺县| 绥化市| 乐都县| 襄城县| 新竹市| 安福县| 滦南县| 青神县| 桃园县| 嵊州市| 襄樊市| 雷州市| 易门县| 叶城县| 汽车| 报价| 苏尼特右旗| 枣阳市| 开化县| 麦盖提县| 伊宁市| 类乌齐县| 拉孜县| 晋宁县| 黄石市| 阿荣旗| 措美县| 永康市| 文昌市| 永修县| 韩城市|