Javascript代码重定向到同一页上的一个部门
好吧,这可能是一个普遍的问题,但我无法找到答案。
一旦用户点击了特定的按钮,我希望浏览器移动到页面的另一个部门(部分)。如何实现这一点。
<a href="#idOfAnotherPart">Click Here</a>
会将页面移动到div或id为idOfAnotherPart
其他元素
上一篇: Javascript code redirect to a division on the same page
好吧,这可能是一个普遍的问题,但我无法找到答案。
一旦用户点击了特定的按钮,我希望浏览器移动到页面的另一个部门(部分)。如何实现这一点。
<a href="#idOfAnotherPart">Click Here</a>
会将页面移动到div或id为idOfAnotherPart
其他元素
上一篇: Javascript code redirect to a division on the same page