网页在向下移动视图时自动滚动到顶部

时间:2018-08-31 12:17:18

标签: javascript jquery html css

我的网站在桌面屏幕上运行,或者屏幕尺寸大于1024px宽。但是在屏幕尺寸小于1024px的网站上加载网站时出现滚动问题。

页面向下滚动时自动滚动到顶部。

链接:http://www.thevishalmehra.rf.gd/

1 个答案:

答案 0 :(得分:0)

请参见https://v4-alpha.getbootstrap.com/components/scrollspy/

“在结合使用scrollspy和从DOM中添加或删除元素时,您需要像这样调用refresh方法:”

$('[data-spy="scroll"]').each(function () {
  var $spy = $(this).scrollspy('refresh')
})

尝试一下:

<li class="timeline-item scroll-animations" data-spy="scroll">
  ...
</li>