From the course: jQuery Mobile Essential Training

Unlock the full course today

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

Advanced list views

Advanced list views - jQuery Mobile Tutorial

From the course: jQuery Mobile Essential Training

Start my 1-month free trial

Advanced list views

Alright, let's finish up our examination of jQuery Mobile List Views by taking a look at some of the more advanced things that you can do with List Views. So here in the snippets I've scrolled down to the Advanced List Views section and let's start off with data filtering. So I'm going to open up listviewfilter_start. Okay and you can see that I have my list view here with both an ordered and unordered examples, so let's go to the snippets and what I'm going to do is take data filter equals true, I'm going to copy that and over in the list I'm going to put right here on the list definition, the data filter equals true declaration. Now, when I do that and I save and we bring this up in the browser, you'll notice that a little list filter item appears right here above my list and I can start typing letters and you can see that as I type, the information gets filtered. I can click the Clear button and all the information comes back, pretty straight forward. Okay, let's go back to the…

Contents