简体   繁体   English

页面加载ajax jQuery mobile不显示

[英]page load ajax Jquery mobile not show

How to debug Ajax pageload on change page Jquery mobile, I often faced not showing page somehow? 如何在更改页面Jquery mobile上调试Ajax pageload,我经常会遇到不显示页面的问题?

  • noted, on bare link, not using rel="external" , then Jqm ussually treat it as Ajax load, but on some layout, not show, cause I'm migrate it from desktop site. 注意,在裸链接上,不使用rel="external" ,然后Jqm通常将其视为Ajax负载,但在某些布局(未显示)上,原因是我将其从桌面站点迁移。

Try to turn off the page transitions.As they are quite rough in jquery mobile. 尝试关闭页面过渡,因为它们在jquery mobile中相当粗糙。 This may help. 这可能会有所帮助。

 $(document).on( "mobileinit", function() {
        $.mobile.defaultPageTransition = "none";
    });

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM