我的网站在桌面屏幕上运行,或者屏幕尺寸大于1024px宽。但是在屏幕尺寸小于1024px的网站上加载网站时出现滚动问题。
页面向下滚动时自动滚动到顶部。
答案 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>