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

首頁 > 編程 > JavaScript > 正文

jQuery實現返回頂部功能

2019-11-20 10:31:57
字體:
來源:轉載
供稿:網友

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

HTML:        

    <!--Go to Top-->    <div id="Fixed">      <a id="goTop" class="fl" title="去頂部" href="javascript:;">去頂部</a>    </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*/

發表評論 共有條評論
用戶名: 密碼:
驗證碼: 匿名發表
主站蜘蛛池模板: 六枝特区| 铜陵市| 龙门县| 龙州县| 汽车| 德兴市| 江孜县| 江华| 孝感市| 九龙城区| 舞阳县| 襄樊市| 霸州市| 卓资县| 巴彦淖尔市| 邛崃市| 旅游| 潞城市| 漯河市| 衡阳市| 民县| 恭城| 景谷| 钦州市| 乌兰县| 确山县| 承德市| 论坛| 滨海县| 兴安盟| 长垣县| 教育| 元阳县| 江北区| 家居| 额尔古纳市| 竹溪县| 拉萨市| 兴安盟| 湄潭县| 宁都县|