From the course: jQuery Mobile Essential Training

Unlock the full course today

Join today to access over 22,500 courses taught by industry experts or purchase this course individually.

Overview of list views

Overview of list views - jQuery Mobile Tutorial

From the course: jQuery Mobile Essential Training

Start my 1-month free trial

Overview of list views

In this chapter, I'm going to talk about jQuery Mobile listviews. And listviews is a place where jQuery Mobile really shines in its ability to make really nice looking, almost native apps. So, rather than just jump into the code and start building stuff, I thought I'd start off with an overview of what listviews can do. So, let's just take a brief tour of the features of listviews. So, here I am on the jquerymobile.com website, and I'm going to click on the Demos link. And I'm going to click on the link for the latest stable version, and that will take me to the Demos section. And then, I'm going to scroll on down to the Listview widget, and just click on the first one here. So, now I can see all of the demos that the jQuery Mobile site has for listviews. So, let's start off with some basic stuff. JQuery Mobile can enhance both unordered and ordered lists. So, you can see right here, I have a read-only, unordered list. And it's just a list of items. In this case, it's cars. And it's…

Contents