Maybe you can try adding a static event on click to the element having the tooltip:
$(this).tooltip('hide')
2 Likes
Maybe you can try adding a static event on click to the element having the tooltip:
$(this).tooltip('hide')