Subpages Plug-in and Internal Navigation

Subpages Plug-in and Internal Navigation

I can work around it, but I'm wondering if anyone could provide technical explanation of why this is happening. It helps if you're familiar with the subpage plug-in.

The main screen is an interactive listview of shows my client is planning to attend. Tapping a show loads in a multipage document via the subpage plug-in which adds them all to the internal dom. The newly loaded pages use the #hash navigation to switch between themselves.

The problem is that as soon as you navigate from the first page in your newly loaded multipage doc to a subpage, this page "kinda" disappears form the dom. You can get back to it via the back arrow, but you can't navigate to it using the div id. All of the subpages are still accessible, and the main screen - the list of shows - is also available. But the page that contained the subpages in the first place cannot be accessed by its id.

Using Firebug, I can see that its been removed. But again, all of the ids of the subpages stick around.

My best guess is that the subpage plug-in is simultaneously being over-zelous and incomplete in its clean-up routing, but I still haven't fully grasped JQMs caching mechanism.

Any thoughts of points? I wanted to make a jsfiddle of this, but since it involves ajax loading I wasn't sure if it was possible.

Thanks!

V