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 モバイルで ajax pageload をデバッグする方法、ページが表示されないことがよくありました。
ページ遷移をオフにしてみてください。jquery モバイルでは非常に粗いためです。これが役立つ場合があります。
$(document).on( "mobileinit", function() { $.mobile.defaultPageTransition = "none"; });