0
When I create a list ul with the listview attribute and place a link to href, automatically the framework darkens the element from the list and puts an icon at the end. How can I remove this default behavior ?
<ul data-role="listview">
<li>Jquery</li>
<li><a href="#">teste</a><HTML</li>
<li>CSS3</li>
</ul>