Can you please let me know how I can stop Bootstrap Tooltip to do anything
on hover like disappearing? If you take a look at following example in
jsfiddle <http://jsfiddle.net/Behseini/ZvQ9H/1/> I have div with a tooltip
located inside which appears on hover. It works fine but as when as I mouse
over the tooltip the tooltip disappears!
Can you please let me know how I can force the tooltip stop behaving like
this? I mean stays on until user mouse out the div(well). I also created
the green box for test and as you see as when as you mouse over the green
area the tooltip disappears. so I am assuming that the tooltip also
behaving like this box.
here is my code
<div class="container">
<div class="well well-large tooler"></div>
<div class="well well-small span3 test"></div></div>
and js:
$('.tooler').tooltip({title:'Test SVG Centering', container:'.well'});
--
You received this message because you are subscribed to the Google Groups
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.