Remove hover/active state from a list view item.
Hi using JQM 1,4,5 how can I remove the hover and active state from a list view item in the navbar.
The code I am using is this:
- <div data-role="footer" data-position="fixed" data-tap-toggle="false" data-id="footer_1a" data-theme="a">
- <div data-role="navbar">
- <ul class="footerOptions">
- <li><a href="#" data-icon="custom">© London Games, 2016</a></li>
- </ul>
- </div>
- </div>
Thanks.