jQueryMobile:
In a simple listview I have the following:
<li><a>SOME TEXT</a></li>
A data-icon of right arrow is displayed.
How do I have no data-icon displayed at all?
Just add data-icon="false"
, i.e.
<li data-icon="false"><a>SOME TEXT</a></li>
the easiest is to remove the right class
$("li>a").removeClass("ui-btn-icon-right");
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With