刷新后的Fullpage.js不向下滚动问题

时间:2015-12-17 12:14:13

标签: javascript fullpage.js

我正在使用这个js插件:https://github.com/alvarotrigo/fullPage.js 这是我的js:

$('.cms-index-index .std').fullpage({
            css3: true,
            scrollingSpeed: 1000,
            responsiveWidth: 650,
            anchors: ['s0','s1','s2'],
 });

这是生成的html的一部分:

<div data-anchor="s0" style="height: 633px;" id="section0" class="section fp-section fp-table"><div class="fp-tableCell" style="height:633px;">
...
</div>
<div data-anchor="s1" style="height: 633px;" id="section1" class="section fp-section fp-table"><div class="fp-tableCell" style="height:633px;">
...
</div>

我的问题是,当我刷新mypage时,如果我的网址是mypage.com/#s1,则不会向下滚动到s1。如果我将其更改为s0并点击输入则有效。但是如果打开一个新标签并将我的网址放在那里,它就不会。我究竟做错了什么? THX

0 个答案:

没有答案