Is there an option or event listener with which I can set each header to be a link (which opens a page in a separate frame) as well as its regular function?
At the moment, the link aspect of <h3><a href="....#...">Header</a></h3> doesn't provide any linking functionality.
Thanks in advance for the help
<div id="accordion"> <h3><a href="#">First header</a></h3> <div>First content</div> <h3><a href="#">Second header</a></h3> <div>Second content</div> </div>