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

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

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -