I am working on a final project for school and I have run into a bug that has me stumped. I have a jQM page that contains two divs (detailed-content, sortable-content), one to hold report A and one to hold report B. I have adapted the jQM hash processing demo to .show()
the correct report div and .hide()
the other report divs based upon the querystring 'selection'.
This seems to work properly as long as the reports page is the page being physically loaded in the browser. Unfortunately, when another page, is loaded directly (by URL) and the Reports button at the top is then clicked, no content div is loaded once the reports page is loaded (although the console log confirms the event is being fired) and if the 'Choose Reports' button is clicked there is an odd issue with rendering of the jQueryMobile popup wiget. Then when any other page is visited many odd glitches occur relating to the system properly keeping track of the active page.
Has anybody encountered this type of issue before? I am hoping that it is something simple that I am missing, it is driving me nuts!
Let me know if any further information is required