tooltipster.js:工具提示相互叠加
tooltipster.js: Tooltip getting overlayed on one another
这是 JSFiddle:
https://jsfiddle.net/68umt5b3/
如您所见,工具提示正在发生变化,但它们相互重叠。删除“multiple: true
”有帮助,但我的 MAC 过载并且浏览器崩溃,说:
Tooltipster: one or more tooltips are already attached to this
element: ignoring. Use the "multiple" option to attach more tooltips.
我当时只需要显示一个工具提示。我该如何解决这个问题?
使用content
方法更新工具提示的内容,或者销毁它并创建一个新的。
这是 JSFiddle:
https://jsfiddle.net/68umt5b3/
如您所见,工具提示正在发生变化,但它们相互重叠。删除“multiple: true
”有帮助,但我的 MAC 过载并且浏览器崩溃,说:
Tooltipster: one or more tooltips are already attached to this element: ignoring. Use the "multiple" option to attach more tooltips.
我当时只需要显示一个工具提示。我该如何解决这个问题?
使用content
方法更新工具提示的内容,或者销毁它并创建一个新的。