页面加载上的ScrolltoPage或元素,iscroll4

时间:2012-07-02 22:21:21

标签: scrollto pageload iscroll4

因此,scrolltopage或元素或位置非常简单。 但有人知道如何在页面加载时自动工作吗?

我尝试添加:

  $(document).ready(function() {
    $("#start2").trigger('click');
    });

链接到scrolltopage div,但没有成功。

1 个答案:

答案 0 :(得分:0)

没关系得到它 添加

        <body
        onload="myScroll.scrollToElement('li:nth-child(3)', 0)" ;=""> 

在html

       <div id="start2" onclick="myScroll.scrollToElement('li:nth-child(3)', 0);"/>

现在有人认为可以为此添加锚点,以便位置根据上一页的变化而变化吗?