Whenever I’m navigating back to my index.html from another page on my jQuery Mobile app the css is messed up and requires a refresh to look normal again. I tried adding data-ajax="false" to all the links to disable any transitions, and it works minimally but once I start navigating around the app and click back to my home it’s messed up again. Any thoughts on how I can fix this?
Thanks 🙂
jQM Docs:
Try
.trigger( "create" );on the page element