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

php - cannot display multiple markers in google maps v3 from traceroute result -

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

css - Text drops down with smaller window -