I have been looking at using JQM collapsible content and whilst I have understood how to use them, I cannot see a way to use with list elements. I have checked the docs and also spent time looking through google, but no go. If it is possible, I would be grateful if someone could show me how to do it. Thanks
<ul data-role="listview" data-inset="true">
<li><a href="#newintake">New Intake</a></li>
<li><a href="#boxretrieval">Box Retrieval</a></li>
<li><a href="#boxreturn">Box Return</a></li>
<li><a href="#boxdestruction">Box Destruction</a></li>
<li><a href="#permboxdestruction">Permanent Box Destruction</a></li>
</ul>
Something like this:
HTML: