Team,
I am building mobile application for WinPh using VS2010. When i added the JQuery Mobile Scripts & CSS files.
When i use the data-role="listview", but i did not get the expected output.
I got only bullet points.
My Code Snippet is as below:
<div data-role="page">
<div data-role="header">
<h1>My Title</h1>
</div><!-- /header -->
<div data-role="content">
<p>Hello world</p>
</div>
<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><!-- /content -->
</div><!-- /page -->
</body>
</html>
Output Image is also attached.

Please help me.
Thanks in Advance.
Suresh Kumar S