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
0
votes
2 answers

fbAlbum2.js, bootstrap-tooltip and Magnific-Popup

The tooltip under thumbnails doesn't work. Any ideas why? tooltip setup $(document).ready(function(){ $("[rel=tooltip]").tooltip({ delay:{show: 300, hide: 150}, placement: 'bottom' }); }); fbAlbum2 setup $(document).ready(function(){ …
fat_mike
  • 827
  • 11
  • 27
0
votes
1 answer

Twitter Bootstrap Tooltips

I have the following code that is dynamically created on the server side: foreach($pages as $key => $value) { $link = path_get($value['tid'], $value['nid']) ; $pages[$key]['title'] = "
user3323019
0
votes
2 answers

Tooltip on disabled textbox

According to the TwitterBootstrap docs, and I quote: To add a tooltip to a disabled or .disabled element, put the element inside of a
and apply the tooltip to that
instead. Click here for the docs Which I have done so: function…
Quoter
  • 3,812
  • 13
  • 42
  • 66
0
votes
1 answer

Bootstrap 3 Tooltips not triggering as intended

I found a lot of questions about Bootstrap 3 Tooltips but no one of them is resolving my issue. Here is my code: http://jsfiddle.net/qa22N/ $('#mytooltip').tooltip() The code above is not working, see the Fiddle example. What am I doing wrong? I…
0
votes
1 answer

Unable to show tooltip in list item with bootstrap 3

After searching alot i haven't found the solution to display tooltip using jquery in bootstrap 3. I have a list of icons, on them i want to display tooltip with different titles.
0
votes
1 answer

twitter boostrap tooltip on joomla 1.5

I am having an issue displaying the tooltip only on my joomla 1.5 template (yes I know I should upgrade to a newer version of joomla, but unfortunately this option is not available in the moment) basically the code use is as getbootstrap website …
0
votes
1 answer
0
votes
1 answer

How to check if bootstrap carousel has stopped sliding?

I need to apply tooltip for the list that is feteched and shown using carousel. In that list of items whichever is wrapped with ellipses I need to show the tooltip for them. But if I moveover mouse before sliding is completed then tooltip appears…
user1298426
  • 2,537
  • 7
  • 34
  • 72
0
votes
1 answer

Bootstrap Tooltips - not working at all

I'm trying to implement bootstrap tooltips on my site - you'd think it would be easy enough, but something is not working correctly - the bootstrap tooltip is not functioning. I'm calling all the right scripts, stylesheets and javascript - I…
0
votes
1 answer

Tooltip don't appear any more

Yesterday my bootstrap tooltip was ok, everything worked fine but today, after I added this code into the header.php :