带有滚动选项的 Jquery Mobile 动态列表视图
我正在使用 Jquery Mobile 创建一个 Web 应用程序。我的一个功能要求我动态加载列表视图的内容。
但是每次刷新列表视图以获取新项目时,我再次将注意力集中在列表视图的顶部。
我的要求是添加动态内容,并且视图必须聚焦于最新内容。
Android 提供 setSelectionFromTop(index, top);
我想要一个与phonegap 一起工作的等效 API 来执行该任务?
也欢迎任何其他想法。
提前致谢
I'm creating a web app using Jquery Mobile.One of my feature requires me to dynamically load the contents of the listview.
But on refreshing the listview each time for new items, i'm again focused to the top of the listview.
My requirement is to add dynamic contents and view must be focused to the latest content.
Android provides setSelectionFromTop(index, top);
I want a equivalent API which works along with phonegap to perform that task?
Any other idea is also welcome.
Thanks in advance
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQM 文档:
jQM Docs: