sorry – I’m new to WP and JqueryMobile. I didn’t ask correctly — how do I achieve the following with my WP page to collapse the categories similar to below for my test3 page?
<div data-role="content">
<div data-role="<strong>collapsible-set</strong>">
<div data-role="collapsible" data-content-theme="c">
<h3>Firs Collapsed list</h3>
<ul data-role="listview" data-inset="false" data-theme="d">
<li><a href="index.html">Acura</a></li>
<li><a href="index.html">Audi</a></li>
<li><a href="index.html">BMW</a></li>
</div>
</div><!--/content-primary -->
</div>