Jquery Pagination 页面上的顶部锚标记发生变化
我有 Jquery 分页脚本与顶部和底部的导航栏一起使用。当我更改底部的页面时,我希望页面滚动回顶部,但 _top 锚点不起作用,也没有指向内容 ID 的链接。
这是我的代码: http://jsbin.com/amici3/2
分页工作正常,但是当我在本示例中将此页面放在一起,底部和顶部分页菜单不会保持同步......但是它们在真实的页面集中是同步的。
有什么想法吗?谢谢!
I have the Jquery Pagination script working with the Nav bar at the top as well as the bottom. When I change pages at the bottom I want the page to scroll back to the top but the _top anchor isn't working nor is a link to the content ID.
Here is my code: http://jsbin.com/amici3/2
The pagination works properly however when I put this page together for this example the bottom and top pagination menus don't stay in sync...however they do in the real set of pages.
Any ideas? Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于您已经在使用 jquery,这应该适合您:
或者
将其添加到您的回调中将导致 jquery 将您滚动到页面顶部。
As you are already using jquery, this should work for you:
or
Adding this to your callback will cause jquery to scroll you to the top of the page.