Hi,
I got a jquery mobile app that have a index.html page for login and a enviroment.html which contains all pages for the enviroment. When i try to change the page from enviroment.html to index.html, with the function changePage('index.html'), the page's div gets loaded into the DOM but all the enviroment's pages are still in the DOM too. How can I do a full DOM reload ?
I tried changing the page with loadPage function, but it just load the page's div into the DOM and the transition dont take effect
Thanks