滚动到 div
我在这里进行了这个测试, http://uwptestsite.uwpistol.net/work.html 负载图像,每个显示和隐藏 div
当我单击屏幕底部附近的图像时,如何让页面足够滚动以便显示的 div 可见?
我试过滚动到插件,我试过了,
$(document.body).animate({scrollTop: $('#slide13').offset().top}, 2000);
我很困惑,我尝试从之前的问题中实现的任何测试都不起作用,没有错误或任何东西。
有人有什么想法吗?或建议?我希望我说得有道理 感谢您的回复
I have this test here, http://uwptestsite.uwpistol.net/work.html loads of images, each showing and hiding divs
When i click on an image near the bottom of my screen, how do i get the page to scroll enough so the revealed div is visible?
I've tried scroll to plug-in, I've tried
$(document.body).animate({scrollTop: $('#slide13').offset().top}, 2000);
I'm pretty stumped, any of the tests I've tried to implement from previous questions here, won't work, with no errors or anything.
Anyone any ideas? or suggestions? I hope I'm making sense
Thanks for any replies
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
试试这个?
http://plugins.jquery.com/project/ScrollTo
演示:http://demos.flesler.com/jquery/scrollTo/
Try this?
http://plugins.jquery.com/project/ScrollTo
demos: http://demos.flesler.com/jquery/scrollTo/