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:

  1. Choose a RSS feed.
  2. Then the items in the RSS feed (that's all in a nested list).
  3. 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?

link|improve this question
What version of jQuery Mobile are you using? – Jasper Jan 9 at 21:16
Example Code would be nice – Phill Pafford Jan 9 at 21:41
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.