Hi,
I'm using the plugin that jQuery Mobile mention in the demo web
(this one:
https://github.com/arschmitz/jquery-mobile-nestedlists)
and I'm using cells with thumbs + <h2> + <p>
(descriptions). The problem is that the plugin is not totally
working: if I click exactly in the circled arrow the next level is
generated correctly, but if I click, for example, in the description
it generates an empty list.
I have created a Fiddle with my problem:
Fiddle
The plugin is in the JS window because it has been modified to
store more than one level, but with the original it fails too.
If you generate the next level wrongly you must refresh the page
because the new list is stored in the DOM.