多个 JS 滚动内容

发布于 2024-11-08 01:43:01 字数 200 浏览 0 评论 0原文

http://jsfiddle.net/s5mgX/184/

我怎样才能更有效地编写这个

1)我可以在一页上有大约 50 个滚动内容 DIV 就像上面的例子,但不需要重复整个 JS 实现

http://jsfiddle.net/s5mgX/184/

How can I write this more efficiently where that

1) I can have about 50 scroll content DIV like in the example above on 1 page but not having the repeat the entire JS implementation

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

不一样的天空 2024-11-15 01:43:01

我更新了你的小提琴。看看 http://jsfiddle.net/s5mgX/198/ 无论如何,你需要把链接和内容位于同一 div 中,因此它们是兄弟姐妹,然后使用 class 而不是 id &使用兄弟姐妹('.content')而不是$('#content')

I updated your fiddle. Take a look at http://jsfiddle.net/s5mgX/198/ Anyway, you needed to put the links and content in the same div so they're siblings, then use class instead of id & use a siblings('.content') instead of $('#content')

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文