多个 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我更新了你的小提琴。看看 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')