Bootstrap-popover is a small overlay of content that is used to display secondary information of any element when it is clicked by a user
Questions tagged [bootstrap-popover]
337 questions
0
votes
1 answer
Bootstrap popover changing position with resolution
I have bootstrap popover as follows
AdityaKapreShrewsburyBoston
- 1,143
- 2
- 16
- 37

AdityaKapreShrewsburyBoston
- 1,143
- 2
- 16
- 37
0
votes
3 answers
jQuery removeClass seems not to work
I am trying to removeClass from "li" but it doesn't work. Here is my function:
function setStore($s, id, name) {
//alert("length: " + $s.parents('ul.popup-cbo-menu').find('li.selected').length);
…

Sam
- 1,826
- 26
- 58
0
votes
3 answers
Bootstrap popover inside textbox
I am using jquery-tokeninput library and creating custom tokens inside a text box. I have a weird requirement where I want to show, bootstrap popover in the remaining part of the textbox after/during tokens are entered. It will show up when you…

Anuj Kulkarni
- 2,261
- 5
- 32
- 42
0
votes
1 answer
Why I can't show this BootStrap popover window when the button is clicked?
I am pretty new in Twitter BootStrap and I have the following problem.
I am trying to implement this example into a JSP page: http://www.w3schools.com/bootstrap/bootstrap_popover.asp
So I have simply added this code into the JSP page:

AndreaNobili
- 40,955
- 107
- 324
- 596
0
votes
1 answer
Why does Popover can't work when append data to body table
I use popover of the bootstrap and then the problem. when I write javascript for append data add to the table .
The data it can not be called a popover ,
but the first Table written, it can be called popover .
This a function code add…

user3147905
- 21
- 5
0
votes
1 answer
Keep bootstrap3 popover alive while the popover is being hovered when content reloaded?
I'm trying to keep Bootstrap3 popovers alive while the popovers is being hovered. I'm using the JQuery code bellow suggested in OkezieE's answer from this thread, and its working fine for standard use:
$(".pop").popover({ trigger: "manual" , html:…

David Lenn
- 175
- 1
- 8
0
votes
0 answers
Show tweet in popover on webpage
Here's my solution so far: http://codepen.io/ducu/pen/VvwgPq
Problem is that the popover is rendered before the tweet markup is created so there's this resizing effect happening
(Edit: Managed to improve this by having the popover hidden by default…

ducu
- 1,199
- 2
- 12
- 14
0
votes
1 answer
Bootstrap / Popover : how to align with a form input
I have input fields which trigger a popover when getting focused (I chose a "top" placement).

Alexis Romot
- 524
- 6
- 19
0
votes
2 answers
Bootstrap Popover not working in IE10
I have the following boostrap popover, it works in firefox and chrome but doesnt seem to display in IE10?
0
votes
2 answers
popover in fullcalendar not getting dismissed
I have to open a popover when event is clicked and if you click anywhere outside it should get dismissed so i'm using popover with focus trigger it is not getting dismissed when I click outside the event
following is the js code i'm…

Aditya Shanker Tagirisa
- 323
- 1
- 4
- 12
0
votes
1 answer
Bootstrap popover show/hide on select change
I have a Bootstrap popover on a select box. If I change the value of the select, the popover hides or shows.
Why does the select trigger the popover?
Is this the expected behavior?
How can I prevent this and show/hide the popover independently…

user3568719
- 1,036
- 15
- 33
0
votes
1 answer
Yii2 and bootstrap field behaviour
Is it possible to modify the behaviur that an ActiveField in Yii2 has?
Yii2 has a default template to create and display input tags along with their errors/hints etc.
string $template = "{label}\n{input}\n{hint}\n{error}"
If i create a field as…

user2707590
- 1,066
- 1
- 14
- 28
0
votes
0 answers
Why popover does not work with bootstrap-table?
I use bootstrap-table with some bootstrap-popover and or tooltip. When i resize the window or use some table function (example: search or toggle or sort).Then the popover or tooltip does not work any more. (for example the tooltip become as a…

jipexu
- 3
- 5
0
votes
2 answers
ng-repeat within pop-over angular directive
I am trying to use boot-strap pop-over within angular. I have created a directive & trying to attach the content dynamically using $compile. However $compile is not replacing my contents. Here is the…

Kalava
- 231
- 2
- 4
- 18
0
votes
1 answer
bootstrap popover not displaying on option:hover
I'd like to use Bootstrap's popover functionality to display some more detailed information about the

dino
- 3,093
- 4
- 31
- 50