Nearing completion - just a few queries.
Hi, at last I am nearing completion of my first app but I have a couple of loose ends to tie before showcasing to a greater audience!
My first is how do i remove the active state of a link once it is clicked on:
- <div data-role="navbar" class="ui-navbar-custom">
- <ul>
- <li><a href="#home" data-icon="custom" data-transition="slide">home</a></li>
- <li><a href="#away" data-icon="custom" data-transition="slide">away</a></li>
- <li><a href="#near" data-icon="custom" data-transition="slide">near</a></li>
- </ul>
- </div>
And secondly, how can I change the background colour of list items without using themeroller etc.change the colour of a listview item - so it is white text on a black background. I can use theme 'a' to overwrite the settings.