3
Yes, you can use the tooltip's built-in function hide() to implement it:
<span class="tooltip" onmouseover="tooltip.pop(this, 'Hi there')" onclick="tooltip.hide()">
Hover me, then click on me
</span>