在哪里可以找到用于制作像 Facebook 活动源这样的扩展表的控件或方法
我想构建一个在滚动时展开的表格,类似于 Facebook 活动提要行为。假设我有可用的 jQuery 等,完成此操作的最佳方法是什么?
I would like to build a table that expands when you scroll, similar to the Facebook activity feed behavior. What is the best way to accomplish this assuming I have jQuery, etc available to me?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我假设您指的是当视口到达底部时自动检索更多内容的行为。
您尝试过无限滚动吗?
如果它不符合您的需要,您始终可以从他们的代码开始并开发自己的代码。
I assume you are referring to the behaviour that auto retrieving further contents when the viewport get to the bottom.
Have you tried Infinite Scroller ?
If it doesn't fit your need, you can always start from their code and develop your own.