滚动到 div

发布于 2024-10-31 05:41:49 字数 402 浏览 4 评论 0原文

我在这里进行了这个测试, 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文