防止使用 iscroll 滚动到页面顶部?
我在我的应用程序中使用 jqtouch 和 iscroll。 我使用 ajax 加载所有页面,当我从 ajax 加载页面返回到索引(菜单列表)页面时,该页面滚动到顶部。 我怎样才能防止这种情况发生? 谢谢。
I use jqtouch and iscroll for my app.
I load all pages with ajax and when I go back from a ajax loaded page to the index (menulist) page, that page scrolls to the top.
How can I prevent this?
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过将选项 checkDOMChanges 设置为 false ?
have you tried to set the option checkDOMChanges to false?
我相信有一个名为 topOnDOMChanges 的布尔选项,
来自 JQTouch 的 Beedesk 分支 https://github.com/beedesk/jQTouch/blob/master/demos/main/index.html
I believe there is a boolean option called topOnDOMChanges
From the Beedesk fork of JQTouch https://github.com/beedesk/jQTouch/blob/master/demos/main/index.html