Jquery mobile 1.0
I'm using a multi-page template. The "first page" is a nested list. On the "second page" is a link to an external site.
So to the user it feels like:
- Choose a RSS feed.
- Then the items in the RSS feed (that's all in a nested list).
- And then clicking on an item directs to a second "page" that has an external link.
When the user goes through what feels like three pages, and then hits the back button, there is an error.
When I hit the back button, I get the error:
Uncaught TypeError: Cannot read property 'jQuery16406286985252518207' of undefined
What is wrong that this error appears? Is it the way I'm calling the external page or am I not allowed to have the nested list?