Currently, I am facing an issue with a header tag that has Foundation's tooltip attached to it as per the documentation. The problem is, I want the tooltip to be clickable so that I can display a modal on click, but every time I move away from the div the tooltip is connected to, it disappears.
I have tried using jQuery methods like .hide() and .show() to manipulate the element but without success. How can I make sure the tooltip stays visible when I need it to? Thanks!
<h5 data-tooltip aria-haspopup="true" class="has-tip" title="<a>Click here</a>">Hover for tooltip</h5>