problem with phone number JQM Alpha 3
With the below code there is a ">" appearing along the LI and also the 2nd number 866-111-1111 (Spanish) is getting cut off. Please advice if there is a way to disable the right arrow ">", show the 2nd number and still be able to click the phone number.
thanks in advance for your help !
<ul data-role="listview" data-inset="true" data-theme="d" data-dividertheme="d" data-counttheme="e">
<li data-role="list-header" data-theme="e">Contact Info</li>
<li>
<div data-role="collapsible" data-collapsed="true" data-theme="d">
<h5>Residential</h5>
<div style="font-size:medium ;"><a href="tel:888-222-3322">888-222-3322</a></div>
<div style="font-size:medium ;"><a href="tel:866-111-1111">866-111-1111 (Spanish)</a></div>
</div>
</li>
</ul>