I'm trying to get bootstrap tool tips working in a simple example. Here's a link to the fiddle: http://jsfiddle.net/TXPWK/
The tool tip is displaying, however it's just plain text. Thanks for any help
Tooltips can be enabled via JavaScript — just call the tooltip() Bootstrap method with the id , class or any CSS selector of the target element in your JavaScript code. You can either initialize tooltips individually or all in one go.
To create a tooltip, add the data-bs-toggle="tooltip" attribute to an element. Note: Tooltips must be initialized with JavaScript to work.
To trigger a tooltip to show up you need to use the 'show' option of the tooltip. Here is an example. Replace #element with your own selector.
As you may know, the Twitter bootstrap tooltips are not accessible (I.E. they are not being read by screen readers).
Broken CSS and the JS needed some fixin' too.
http://jsfiddle.net/ajkochanowicz/TXPWK/6/
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