Listview looks weird - jQuery
问题 I'm having some trouble with my ListView. It doesn't have the nice look that jQuery offers, but just a plain list and I don't have any idea how this would come. This is the code (HTML) <div data-role="page" id="home"> <div data-role="header"> <h1>Bestelling</h1> <a class="ui-btn-right" href="#toevoegen">+</a> </div> <div data-role="content"> <ul data-role="listview" data-inset="true" id="bestellingLijst"> <!-- Hier komt de bestelling --> </ul> </div> </div> And here is the code where I add a