重定向到其他html页面和scrollTop:到某个div

时间:2016-07-12 16:14:42

标签: javascript jquery html scrolltop

已经有人问了,但这两个给出的答案对我不起作用。 Redirect to some other page then animate to reach a certain scrollTop 我的HTML是这样的:

html1:

<!doctype html>
<html clalang="en">
    <head>

    </head>
    <body>
       <a href="index.html" id="boxes">boxes</a>
    </body>
</html>

html2:

<!doctype html>
<html clalang="en">
    <head>

    </head>
    <body>
       <div id="goto"></div>
    </body>
</html>

所以当你点击html1进入html2

时我需要

感谢您的帮助!

1 个答案:

答案 0 :(得分:0)

这是一个url哈希的用途:

<a href="index.html#goto" id="boxes">boxes</a>

浏览器会自动滚动到匹配的ID