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
2
votes
2 answers
How to use the bootstrap confirmation within the bootstrap modal box?
I want to use the bootstrap confirmation http://ethaizone.github.io/Bootstrap-Confirmation/#example within the bootstrap modal box.
However while calling the modal box I'm calling the modal box by ajax post method. And while calling the modal box I…

Raja Manickam
- 1,743
- 4
- 20
- 28
2
votes
1 answer
Bootstrap pop over form not submitting using AJAX
I have a bootstrap popover form which has couple of input text fields and a submit button. The popover is displayed fine with the input text fields but when clicking the submit button the default action is not prevented at all. I have also tried to…

girish
- 305
- 3
- 16
2
votes
1 answer
How to get Boostrap popover feature on an Html ActionLink in MVC?
I have a table with ActionLinks. I am trying to figure out how to wrap these so that I can display a bootstrap popover feature. Any help is appreciated!
Here is what I have before trying to make any changes to allow for Bootstrap-Popover…

Tim
- 952
- 3
- 12
- 31
2
votes
1 answer
Trigger once after event created using fullcalendar.io
Code: http://jsfiddle.net/AzmJv/1008/
I am trying to create popover using Bootstrap Popover plugin when hover over an event in the calendar. However, I cannot find a way to bind popover() to a new event DOM after it's being created.
I tried to use…

HP.
- 19,226
- 53
- 154
- 253
2
votes
1 answer
Remove Double Quotes inside Popover from Dynamic Data
I am using Bootstrap Popover to show summary of the Article dynamically which means that, this can have double quotes ("), single quotes ('), lot of spaces ( ) and other special characters also. Because of copy/paste content from word, online…

Reddy
- 1,477
- 29
- 79
2
votes
1 answer
Destroy Bootstrap Popover with selector option
How do you destroy a Bootstrap popover created with a selector option? e.g.
$e.popover({
selector: 'mark',
trigger: 'hover',
container: "body",
});
If you then call $e.popover('destroy') you get an error.
I note that the Plugin function…

Brian M. Hunt
- 81,008
- 74
- 230
- 343
2
votes
1 answer
Assigning Bootstrap popover to parent element
I am familiar with how Bootstrap's popover works and how to assign it to a specific container element. However, I have a situation where I have multiple elements generated by code and each of these elements may not have a specific pre-assigned ID. I…

ChicagoSky
- 1,290
- 3
- 22
- 50
2
votes
2 answers
I can't click button in Bootstrap popover
I have a problem with bootstrap popover.I have a button, when i click in this, it show a form. In a form have a button,I want when I click this, it alert something. But when I click it, it not alert something. I don't know why it not working, can…

Jenny Tran
- 33
- 1
- 6
2
votes
1 answer
Bootstrap popover disappears immediately after second appearance
I have a bootstrap popover with the following configuration/initialization:
$element.popover({trigger: 'manual'});
with
$element.data('bs.popover').options.content = 'some text';
$element.popover('show');
the popover will be triggered. but after…

charlieMACK
- 165
- 9
2
votes
2 answers
Bind bootstrap popover input value to the element who owns the popover
I've a one column table and its TDs having a popover class. So in that TD when clicking on a button will ask for specifiying an input as shown below
As you can see the chart button trigger the popover for that TD and there are 2 inputs on the…

Sandeep Thomas
- 4,303
- 14
- 61
- 132
2
votes
2 answers
Insert image in Bootstrap Popover
I am using Bootstrap Popver. I have inserted some data in the popover and want to insert a image as well. This is what I have tried.
Code:
var img = '

user2798227
- 853
- 1
- 16
- 31
1
vote
1 answer
I have a problem configuring bootstrap 5.3.0 in angular 15, popovers, tooltips and toasts no work
Some bootstrap features don't work in my angular project, for example:
Popovers, tooltips & toasts.
I have the following versions of the dependencies installed in my package.json, but Popovers, Tooltips and Toasts do not work for…

MrNizzy
- 11
- 1
1
vote
0 answers
TOOLTIP: Option "sanitizeFn" provided type "window" but expected type "(null|function)"
I am running an ASP.NET Core 6 application which uses Jquery and Bootstrap - specifically their popovers.
I init the popovers with
$('[data-toggle="popover"]').popover();
and e.g. the html tag looks like this:

TheItCrOw
- 21
- 3
1
vote
1 answer
react-table expansion is not working inside popover
I'm using react-table across the site was working fine, I tried to use react-table inside popover the table was displayed but the expansion of row is not working, while checking DOM the expansion click was happening and data was rendered for a…

Harish
- 104
- 6
1
vote
1 answer
Bootstrap 5 popover not opening
my popover doesn't work and I don't know why. It doesn't work when I get the working codes and when I write them. Please help.
Here is the code part that I want to show popover

Damla Kara
- 35
- 7