0

Here's the JSFiddle:

https://jsfiddle.net/68umt5b3/

As you notice, tooltips are getting changed, but they overlay on one another. Removing 'multiple: true' helps, but my MAC gets overloaded and browser crashes, saying:

Tooltipster: one or more tooltips are already attached to this element: ignoring. Use the "multiple" option to attach more tooltips.

I only need one tooltipster shown at the time. How can I fix this?

enter image description here

AmazingDayToday
  • 3,724
  • 14
  • 35
  • 67

1 Answers1

0

Use the content method to update the content of the tooltip, or destroy it and create a new one.

Louis Ameline
  • 2,779
  • 1
  • 25
  • 25