Referencing internal pages on an external page
I've been working with jQuery Mobile and trying to setup a content site where each page has two internal pages, one of which is actually a menu for the site. I'm having an issue though where the content I want selected by default does not seem to be showing up.
I have a working example of my issue here:
Start by clicking "menu" in the upper right, and then click on "test". You should see a lorem ipsum set of paragraphs but instead you're taken to the menu. I believe this is because the menu page internally is the last one on the page, but the links in the menu page have &ui-page=main-content after them which I thought was supposed to activate the internal page with id "main-content".
Am I doing something wrong, or is this a bug?