I would like to add a CSS class to a Bootstrap (3.x) tooltip, but it seems not working. So I would like to use Firebug to inspect the tooltip content. However, when I move my mouse to the Firebug area, the dynamically generated tooltip disappers.
How can I inspect a dynamically generated Bootstrap tooltip?
Here is the jsfiddle link.
<label>
Some Text
<a href="#" data-toggle="tooltip" title="Tooltip goes here!">?</a>
</label>
$(function() {
$('[data-toggle="tooltip"]').tooltip({
'animation': true,
'placement': 'top'
});
});
Thanks!
<label>
element containing Some Text?
=> There you'll see the <div>
containing the tooltip and you'll be able to check its styles.
I was looking for How to inspect a JQuery tooltip in firebug
Here is a small video: https://youtu.be/msTU8JDnaBU
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With