javascript - page load ajax Jquery mobile not show -


how debug ajax pageload on change page jquery mobile, faced not showing page somehow?

  • noted, on bare link, not using rel="external", jqm ussually treat ajax load, on layout, not show, cause i'm migrate desktop site.

try turn off page transitions.as quite rough in jquery mobile. may help.

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

Comments

Popular posts from this blog

css - Text drops down with smaller window -

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

ruby on rails - Authlogic - how to make a registration and don't log in the new account? -