gpt4 book ai didi

jquery - 工具提示箭头和内容在左边

转载 作者:行者123 更新时间:2023-11-28 00:00:34 24 4
gpt4 key购买 nike

我正在使用这个名为 Tooltipster ( https://iamceege.github.io/tooltipster/#options ) 的 jQuery 插件。是否可以打开左侧的内容和箭头?我一直在阅读他们的文档,但似乎无法正常工作。任何帮助深表感谢!这是我的代码:

HTML

<span class="tooltip" title="Test Content Here">
<i class="fa fa-plus-circle" aria-hidden="true"></i>
</span>

JS

$('.tooltip').tooltipster({
theme: 'tooltipster-shadow',
trigger: 'click',
position: 'bottom'
});

我得到这个输出:

enter image description here

但我真的很想得到这个输出:

enter image description here

非常感谢!

最佳答案

我阅读了选项,我认为您可以移动工具提示。以这种方式修改您的代码:

$('.tooltip').tooltipster({
theme: 'tooltipster-shadow',
trigger: 'click',
position: 'bottom',
side:'left'
});

我认为它可能会起作用。

关于jquery - 工具提示箭头和内容在左边,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56005904/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com