Is possible to make a standard jquerymobile listview without the right arrow image that apears on the rigt of the li object?
Standard list view
Thanks
In versions of jQuery Mobile >= 1.0, use the data-icon attribute:
data-icon
<li data-icon="false"><a href="#yourref">Your Text</a></li>
data-icon="false" attribute removes the arrow.
data-icon="false"
2.1m questions
2.1m answers
60 comments
57.0k users