Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 jQuery Mobile v1.3.1 在 iOS 中开发应用程序
问题是下一页加载非常缓慢,并且由于外部页面加载,过渡不可见。
那么如何在data-ajax禁用时显示外部页面加载的转换?
data-ajax
如前所述@NJInamadar_
@NJInamadar
这是一个已知问题。您能否显示您尝试过的代码...jquery mobile适用于 ajax 页面请求,因此data-ajax="true"可能有助于继续进行转换。– NJInamdar 39 分钟前
jquery mobile
data-ajax="true"
你必须使用
<a href="browse.html" data-ajax="true" data-transition="slide">
那么只有过渡才会起作用