因此,scrolltopage或元素或位置非常简单。 但有人知道如何在页面加载时自动工作吗?
我尝试添加:
$(document).ready(function() {
$("#start2").trigger('click');
});
链接到scrolltopage div,但没有成功。
答案 0 :(得分:0)
没关系得到它 添加
<body
onload="myScroll.scrollToElement('li:nth-child(3)', 0)" ;="">
在html
中 <div id="start2" onclick="myScroll.scrollToElement('li:nth-child(3)', 0);"/>
现在有人认为可以为此添加锚点,以便位置根据上一页的变化而变化吗?