javascript - web browser's back button is taking me out of JQuery mobile application -
i using jquery mobile building web application single page concept means each pages separate .html files javascript , css files loading in 1 index.html
for changing page using :
$.mobile.changepage('home.html', {transition: "none", changehash: true});
but when pressing button of browser, exiting application.
can suggest me how implement button functionality. in advance.
Comments
Post a Comment