calebjacob / tooltipster

A jQuery tooltip plugin
MIT License
2.76k stars 482 forks source link

Hyperlinks issue #815

Closed umvy closed 3 years ago

umvy commented 3 years ago

Hi I am using tooltipster v3.2.6 and jquery v3.2.1. I am trying to display a list of hyperlinks inside a tooltip, they render nice but when trying to click on the links nothing happens.

$('.tooltip').tooltipster({ contentAsHTML: true, interactive: true });

My code looks similar to this, it is inside a datatable and the tooltipser is reinitialised on drawCallBack: code

Looking forward for an answer. Thank you