javascript - Managing back button jquery mobile after loading content -
I am working on a jquery mobile hybrid app. As I have a fixed skeleton of the app, all I do is, the content of each page Everything is working fine. But what is blocking me right now is managing the action while clicking on a left arrow in the header. Since I am not reloading the whole page and I am loading content only on pages within my main page, I have no idea how the backstack or use thank you & lt; Div data-role = "content" & gt; The header / footer preserves / sidebar etc ...
$ ("# Page Content"). Load ("page / login-view html", function () {$ (this) .enhanceWithin ();});
Comments
Post a Comment