Problem with using a linked list in a collapsible button.
Jqm version: 1.2.0
Desired Result:
Upon setting a collapsible button, links to data-mini="true", wish to have buttons
should use data-mini="true"
Problem:
No matter what I do, I can not get the buttons to be minimize. I have been to the docs several times and tried every combination. I am providing the code snippet and a picture of the un-collapsed output. hope this helps.
- <!-- pasta dishes -->
- <div data-role="collapsible">
- <h3><div data-iconpos="top">Pasta Dishes</div></h3>
- <h3 align="center">Great Italian Famly Receipts"</h3>
- <div>
- <ul data-role="listview">
- <li><a href="specPasta.html" daata-role="button" data-mini="true">Speciality Pasta</a></li>
- <li><a href="Italian Pasta.html" daata-role="button" data-mini="true">Italian Pasta</a></li>
- <li><a href="Casseroles.html" daata-role="button" data-mini="true">Casseroles</a></li>
- <li><a href="tortellini.html" daata-role="button" data-mini="true">Tortellini</a></li>
- </ul>
- </div>
- </div>
- <!-- /pasta dishes -->
Pasta button in opened state
Notice that Pasta and expanded links are not minimized.
Thank you for any assistance.