Im using the jQuery Mobile search filter with dividers:
http://jquerymobile.com/test/docs/lists/lists-search-with-dividers.html
I need the dividers to collapse and uncollapse the list items below them when clicked, like the examples here: http://jquerymobile.com/test/docs/content/content-collapsible.html
I know jQuery Mobile can handle collapsable divs easily but can it be combined with my list or do I need to write some custom jQuery to do this?
Not sure if you have solved the problem. But I have something which worked for me as follows. This is my first time answering question here. I have benefited a lot from this forum, so feel should give back if I can.
This is my first time doing Jquery Mobile, so the solution may not be the best. But it works for me:
Then, have the following code to handle the clicking of the divider to collapse and uncollapse the items under that divider:
Hope it helps.