Here is my current situation: http://jsfiddle.net/w6PAC/3/
I am looking to position the select button next to the count without affecting the vertical size and alignment of the list item.
Methods I have attempted include:
- Creating CSS based on the
.ul-li-count
class, but it caused issues with the jQM enhancement. - Attempting to create the buttons outside the listview, but struggling with vertical alignment.
- Experimenting with fieldsets, data-roles, divs, etc., all without success.
As far as I know, it's not possible to invoke a select programmatically; otherwise, I would simply add a plain button to the listview.
Any help or alternative document layout suggestions would be greatly appreciated.