我正在使用 jQuery 插件 Tooltipster。我希望通过单击和悬停事件都显示工具提示。我怎样才能做到这一点?
$('.tooltip').tooltipster({
trigger: 'hover' // I want to have also click event here
});
我正在使用 jQuery 插件 Tooltipster。我希望通过单击和悬停事件都显示工具提示。我怎样才能做到这一点?
$('.tooltip').tooltipster({
trigger: 'hover' // I want to have also click event here
});