jQuery Mobile: combine listview and checkbox fieldset
问题 In jQuery Mobile, I want to have a vertical list of items which the user can select by tapping on them. I want: a filter bar (so the user can first search for a subgroup of the items, and select among these) no inset view (full width, no rounded corners) a checkbox on right hand side which indicates whether the item is currently selected full item surface activates the checkbox This means to combine the behavior of a jQM thumbnail listview with filter (points 1. and 2. above) and a checkbox