JQueryMobile1.2.0を使い始めました。listviewwhen I followed the guide to get started.I used the sample code in my html, but the list view had a little problem, like:
As you can see, the search field clips with the list view.
However it runs well in JQuery website. So I'm a little lost and have no idea what is missing.
Could anyone help me?
Edited:
Source code
<ul data-role="listview" data-inset="true" data-filter="true">
<li><a href="#">Acura</a></li>
<li><a href="#">Audi</a></li>
<li><a href="#">BMW</a></li>
<li><a href="#">Cadillac</a></li>
<li><a href="#">Ferrari</a></li></ul>