Opening tab with anchor link
问题 I have some typical tab content and I really need some help. I would like to achieve, that when user tries to get to a specific tab via external anchor link (http://www.url.com#content2), the navigation link becomes activated and the correct tab is shown. Thank you for your help. HTML <nav class="inner-nav"> <ul> <li><a href="#content1">Inner nav navigation link1</a></li> <li><a href="#content2">Inner nav navigation link2</a></li> <li><a href="#content3">Inner nav navigation link3</a></li> <