In this web programming Tutorial we will learn that how we can add list view in our jquery web application for mobile.
jQuery Mobile can enhance either an ordered or unordered list. Just apply the datarole="
listview" to a list, and jQuery Mobile will do the rest
Unordered List
- Item
- Item
- Item
Ordered List
- Item
- Item
- Item
Tags:
JQuery