0

したがって、scrolltopage、要素、または位置は非常に簡単です。しかし、ページの読み込み時にこれを自動的に機能させる方法を知っている人はいますか?

私は追加しようとしました:

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

scrolltopage divにリンクするには、成功しません。

4

1 に答える 1

0

nevermind got it added

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

with this in the html

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

now anyone think it's possible to add an anchor to this so that the position changes dependent on the previous page?

于 2012-07-05T21:26:12.003 に答える