When I create an ul list with the listview attribute and place a link to href, the framework automatically dims the list element and places 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>