I am developing an application and im using jQuery mobile for the UI. Did any body know how to implement list view dynamically using js. The static code snippet is below:
<ul data-role="listview" data-theme="g">
<li><a href="acura.html">Acura</a></li>
<li><a href="audi.html">Audi</a></li>
<li><a href="bmw.html">BMW</a></li>
</ul>
you can do this way:
In js
Finally you need to refresh your list view.