1
I have 3 tooltips. I want them to appear in the click, so I used the following:
$('[data-toggle="tooltip"]').tooltip({
trigger : 'click'
});
So when I click on the first one, for example, it displays the tooltip.
However, I want when I click on a tooltip it activates it and disables others who are active.
Someone knows how to help me?
Separate your Tooltip call by id from the button. So you make sure that only one is called.
– Netinho Santos
You can show an example in case I have 3 tooltips?
– Tiago P.C