Hello!
I create an iPad web application with jQuery mobile and I have a listview on one page with other elements.
In my case I have a slpitted listview and clicking on the first link, the page remains. Clicking on the second link, a new page is loaded.
The problem is, if a user click on the first link, this list element is not highlighted permanently. How can I do this?
I created a full working demo:
http://jsbin.com/ozido3/For example clicking on "Audi", Audi should be highlighted for so long if another element in this list is clicked.
Can anyone help me?
Best Regards.