Questions tagged [twitter-bootstrap-tooltip]

This tag is for questions related to the Twitter Bootstrap tooltip jQuery plugin.

Tooltip is a jQuery plugin that is part of . It may be used to display the content of the title attribute.

From the tooltip documentation:

Inspired by the excellent jQuery.tipsy plugin written by Jason Frame; Tooltips are an updated version, which don't rely on images, use CSS3 for animations, and data-attributes for local title storage.

229 questions
2
votes
2 answers

How to initialize Bootstrap tooltip in JavaScript not jquery in Vue/Nuxt.js?

Currently I am using Vue/Nuxt.js and I am trying to initiate a Bootstrap tooltip using java script. I am aware it can be initialized using jquery but I need it to be initialized using javascript. Here is my code for the tooltip:
2
votes
6 answers

Bootstrap tooltip is not working on my web project

I'm actually in a very weird situation and somehow can't be able to figure out what non-sense is happening to me. The situation is I'm actually implementing my bootstrap tooltip fine and I have checked it on the JsFiddle, it is working fine there…
Alok
  • 6,066
  • 5
  • 33
  • 69
2
votes
1 answer

Tooltip shows with Standard Tooltip

$(function () { $('[data-toggle="tooltip"]').tooltip() })