JQuery Mobile Selected List Item
How do I go about creating a listview with a selectable item as shown in this screen shot:
http://awesomescreenshot.com/07di8jff8
Say I am starting with the following listview definition, what attribute am I missing to make it look and operate as what's highlighted in the screenshot? I tried a combination of attributes in the online doc, but without much luck. Any help is much appreciated.
<ul data-role="listview" data-theme="d">
<li><a href="a.html">Option A</a></li>
<li><a href="b.html">Option B</a></li>
<li><a href="c.html">Option C</a></li>
</ul>