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

首頁 > 開發 > JS > 正文

jQuery實現返回頂部功能

2024-05-06 16:29:01
字體:
來源:轉載
供稿:網友
很多網站上都有返回頂部的效果,本文闡述如何使用jquery實現返回頂部按鈕。希望大家能夠喜歡
 

代碼很簡單,這里就不多廢話了,小伙伴們看代碼吧。

HTML:        

    <!--Go to Top-->    <div id="Fixed">      <a id="goTop" class="fl"    </div>    <!--Go to Top end-->

CSS:    

  .fl{    display:block;    float:left;    width:50px;    height:50px;    text-align:center;    background-color:#eaeaea;    background-image:url(../images/toTop.png);  }  .fl:hover{background-color:#f48942;background-image:url(../images/toTop.png);}  #Fixed {    position: fixed;    _position: absolute;    z-index: 100;    bottom: 70px;    left: 50%;    margin-left: 530px;    _bottom: auto;_top:    expression(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-70);    width: 50px;    text-indent: -40000px;    background: #fff  }  /*置頂 end*/

Js:    

  /*置頂功能*/  $(function(){  $(window).bind('scroll', {    fixedOffsetBottom: parseInt($('#Fixed').css('bottom'))  },  function(e) {    var scrollTop = $(window).scrollTop();    var referFooter =$('#footer');    scrollTop > 100 ? $('#goTop').show() : $('#goTop').hide();    if (!/msie 6/i.test(navigator.userAgent)) {      if ($(window).height() - (referFooter.offset().top - $(window).scrollTop()) > e.data.fixedOffsetBottom) {        $('#Fixed').css('bottom', $(window).height() - (referFooter.offset().top - $(window).scrollTop()))      } else {        $('#Fixed').css('bottom', e.data.fixedOffsetBottom)      }    }  });  $('#goTop').click(function() {    $('body,html').stop().animate({      'scrollTop': 0,      'duration': 100,      'easing': 'ease-in'    })  });  });  /*置頂功能 end*/


注:相關教程知識閱讀請移步到JavaScript/Ajax教程頻道。
發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 阳泉市| 罗甸县| 大英县| 教育| 若羌县| 扬中市| 新郑市| 神木县| 英吉沙县| 进贤县| 印江| 民县| 长丰县| 宁国市| 沭阳县| 遂川县| 绥滨县| 南涧| 永定县| 历史| 长海县| 辰溪县| 叶城县| 漠河县| 莒南县| 英吉沙县| 鹤岗市| 讷河市| 昔阳县| 嫩江县| 花莲市| 峨边| 天峨县| 武定县| 广州市| 图们市| 玛曲县| 廊坊市| 林口县| 阜平县| 乾安县|