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 & lt; Div data-role = "content" & gt; The header / footer preserves / sidebar etc ...

  $ ("# Page Content"). Load ("page / login-view html", function () {$ (this) .enhanceWithin ();});  

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


Comments

Popular posts from this blog

winforms - C# Form - Property Change -

java - Messages from .properties file do not display UTF-8 characters -

javascript - amcharts makechart not working -