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'm developing something like a 'file browser' and I'm using a listview to list the files and I want to add some icons to delete, show info.. that staff. I thought in something like this:
But I don't know if its even possible, because I have tried some options and none of them works.