I want to combine the collapsible-list with thumbnails-list (http://jquerymobile.com/demos/1.2.0/docs/lists/lists-thumbnails.html)
Thats the code for the collapsible list, but there are only bullets as symbols.
<div data-role="collapsible">
<h3>Bangarang</h3>
<h3>Skrillex</h3>
<ul data-role="listview">
<li>Right In</li>
<li>Bangarang</li>
</div>
Where to put the code for the image?
Take a look at the docu how to get custom icons
example
screenshot:
