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.

245 questions
-1
votes
2 answers

bootstrap tooltip for gradient effect

I have

element for which there is linear gradient effect. https://jsfiddle.net/ah4j1dzr/ All the percentage values applied dynamically. Wondering, if there is any way to show bootstrap tooltip for each of the color that

tag is…

SandyK
  • 465
  • 1
  • 9
  • 28
-1
votes
1 answer

BootstrapTooltip position on mouse cursor

I want bootstrap tooltip with my mouse cursor. Is it possible to do that in angularjs. If not then what will be the alternative of this.
Pranjal
  • 463
  • 1
  • 7
  • 20
-1
votes
2 answers

this reference in ReactJS

Am trying to access a particular element from DOM, which is created dynamically. On Hover of that element I want to access the respective element attribute. like, // element creation inside render function $.each(profiles, function(i,x){
Viuu -a
  • 108
  • 1
  • 12
-1
votes
1 answer

Bootstrap popover position and placement and tip

How do you position the bootstrap popover so that it doesn't float away from the triggering element upon window resize? what css needs to be applied to move the tip to the top edge of the popover i.e near the corner? I have the following options set…
-1
votes
2 answers

bootstrap tooltip usage, in search field

I have 2 search fields, ( choose a place ) ( number of people) and a button Search, if the choose a place is not choosen and the search is clicked the bootstrap tooltip should say Please choose a place, But I cannot for some reason accomplish this…
1 2 3
16
17