我想让我的工具提示出现在原点的右侧,但我似乎很难做到这一点!。
以下是我正在使用的代码:
<img src="/img/info-gray-26.png" id="shiftclick">
<script>$("#shiftclick").tooltipster({contentAsHTML: true, plugins: ["sideTip"], side:"right", content: "Pro-tip: Shift-click events to create email reminders!"});</script>
任何想法?我已经阅读了GitHub页面,但没有成功!