javascript scroll.js

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了javascript scroll.js相关的知识,希望对你有一定的参考价值。

$(function() {
  $('a[href*=#]:not([href=#]):not([role="tab"])').click(function() {
    if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) {
      var target = $(this.hash);
      target = target.length ? target : $('[name=' + this.hash.slice(1) +']');
      if (target.length) {
        $('html,body').animate({
          scrollTop: target.offset().top
        }, 1000);
        return false;
      }
    }
  });
});

以上是关于javascript scroll.js的主要内容,如果未能解决你的问题,请参考以下文章

javascript scroll_section.js

页面中的平滑滚动——smooth-scroll.js的使用

scroll.js

使用Json封装scroll,已处理其兼容性问题

angularjs 怎么监听滚动条

如何在nuxt中使用vue插件