I was following the tutorial "Building Clickable List Mobile App with HTML5 Local Storage" and was able to create an iPhone app. Now, I want to create my own app which also has a master/detail function.
Every xml entry is assigned to a category. Therefore, every list item needs the category icon attached (a.png, b.png, c.png).
How can I implement the original JQM icon list (http://jquerymobile.com/demos/1.1.0-r...? - the list options of tiggzi is very limited. When working with the tiggzi list, also the a:hover rollover effect gets lost. I know, I can work with a grid inside the list element, but I would prefer the original JQM solution.
The xml has for ever entry a category field which contains: a.png, b.png, c.png. I want to map those to real images. How can I do this?
Thanks for your support.