A Listview with inline sections plugin
For one of my projects I sought the ability to have some menu items in a listview be able to open inline. This allows the user to have more control over what items are taking up the majority of their screen space. Almost like a cross between a collapsible list and a listview.
To achieve this effect, I created a plugin that extends the listview. You can find it here:
I just figured I would share it in case someone else finds it useful or interesting!
EDIT: Thought I was posting this in the normal jQuery Mobile forum. If it would be better suited there, don't be afraid to move it.