1

how to debug ajax pageload on change page Jquery mobile, I often faced not showing page somehow?

  • 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.
4

1 回答 1

0

尝试关闭页面转换。因为它们在 jquery mobile 中非常粗糙。这可能会有所帮助。

 $(document).on( "mobileinit", function() {
        $.mobile.defaultPageTransition = "none";
    });
于 2013-05-14T11:12:52.853 回答