jquery-mobile - 阻止滚动顶部将新页面加载到 DOM 中?
我想在更改页面时覆盖 Jquery Mobile 滚动到屏幕顶部。
我需要调整两个转换:
a) DOM 中已存在的两个页面之间的转换(请参阅 Jquery Mobile RC2.js 第 #2440 行)
b) 当新页面添加到 DOM 时进行转换
我已经完成了一半: 您可以通过覆盖第 #2440 行之后的 4 个scrollTo() 来阻止 (a)。
问题:
当我想在加载新页面时覆盖 ScrollTo 时,需要调整 JQM.js 中的哪一部分?只是找不到它。
感谢您的帮助!
I want to override Jquery Mobile scrolling to the top of the screen on changing a page.
There are two transitions I need to tweak:
a) transitions between two pages already existing in the DOM (see Jquery Mobile RC2.js line #2440)
b) transitions when a new page is added to the DOM
I'm halfway done:
You can block (a) by overriding the 4 scrollTo() following after line #2440.
Question:
Which section in JQM.js do I need to tweak when I want to override ScrollTo when a new page is loaded? Just can't find it.
Thanks for help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
jQM 提供
$.mobile.silentScroll
示例:
jQM offers
$.mobile.silentScroll
Examples: