HTML5 Cheatsheet Example – List view in jQuery mobile

List view is a simple ul or ol HTML list, with a listview data-role.

1<ul data-role='listview'>
2  <li>a</li>
3  <li>abbr</li>
4  <!-- ... the rest of tags ... -->
5  <li>video</li>
6</ul>

What’s next? We’re going to take a look at “HTML5 Cheatsheet Example – Moving data from HTML to Javascript”.

overlaied image when clicked on thumbnail

Makzan | Mobile web app dev with phonegap | Table of Content