SOURCE

console 命令行工具 X clear

                    
>
console
$('.tooltip').tooltipster({
  content:`<div style="width:300px;height:300px;"><h3><a href="https://www.baidu.com/" target="_blank">百度</a></h3></div>`,
  contentAsHTML:true,
   animation: 'fade',
   interactive:true,
   delay: 200,
   theme: 'tooltipster-light',
   trigger: 'custom',
    triggerOpen: {
        mouseenter: true,
        click: true,
    },
    triggerClose: {
        click: true,
        scroll: true,
        mouseleave: true,
    }
});
<span class="tooltip">Some text</span>
<br>
<br>
<br>
<span class="tooltip">Some text</span>