Skip to main content

All Questions

0 votes
0 answers
40 views

Issue with FullCalendar 6 eventClick popover positioning

I'm currently working on implementing a FullCalendar 6 with eventClick functionality that opens a popover with additional details about the clicked event. However, I'm facing an issue with the popover ...
Bineesh Varghese's user avatar
0 votes
1 answer
180 views

Bootstrap 5 - dynamic popover not opening once hidden

I'm trying to open a popover based on the custom selector attribute dynamically using click as trigger using the below code. var popoverTriggerEl = $('body'); _popover = new bootstrap.Popover(...
RealSteel's user avatar
  • 1,911
2 votes
1 answer
151 views

Bootstrap popover not firing after a first popover is initiated

I have taken a small look around here and I can see this is a problem that does occur, but I am still not sure of the solution: I have a JS Bin illustrating this issue: https://jsbin.com/toqirix/edit?...
Paul Davis's user avatar
0 votes
1 answer
338 views

Bootstrap select dropdown menu is closing when i'm click on popover button (inside dropdown)

Sorry, I do not know English well. I have a selectpicker with content absorption enabled and the need to enable for each dropdown menu item is a popup. The problem is that when the toggle button is ...
Igor Merdich's user avatar
1 vote
1 answer
660 views

How to triggle popover on select option change event in Boostrap 5 popover?

I have a select box with 4 options and when I click on the select option and then on the change event of select, triggers the bootstrap 5 popover dyamic. Fiddle: https://jsfiddle.net/mayursutariya93/...
Mayur Sutariya's user avatar
2 votes
3 answers
1k views

Bootstrap popover: change the content of a popover on a dynamic created element

I have this popover script I use on static element that is working great: $(".popover-class").popover({ title: fetchTitle, content: 'loading...', html: true, ...
Andrea's user avatar
  • 45
0 votes
1 answer
636 views

How to get div id using mouseover to show popover?

Suppose, I've many div. Now I want to show separate popover, div wise. I used mouseover. It's working well. But 1st time not working. When I moved the mouse 2nd time, it's working. Here is my code: ...
Saptam Dev's user avatar
2 votes
1 answer
4k views

How to use bootstrap 5 popover using jQuery?

I want to show a div content in popover using jQuery. In Bootstrap 3 it works fine. But in BS-5 it not working. Here Is my code: $('.popper').popover({ placement: 'bottom', container: '...
Saptam Dev's user avatar
2 votes
3 answers
2k views

Adding an href link within a Bootstrap popover

I have used Bootstrap popovers and in this one, I'd like to add an href="somelink". But this seems impossible to do with the current code situation: <a tabindex="0" ...
Paul Davis's user avatar
0 votes
0 answers
363 views

Set Bootstrap Popover position right next to the textarea cursor

I'm using bootstrap popovers to show hints to users where they can choose a hint from the list and insert it in the textarea. They can either open the popover using a button or they can do it when ...
Vibhesh Kaul's user avatar
  • 2,603
0 votes
1 answer
693 views

Popover doesn't work at first time hover on icon

below is the code used to load pop up on hover it doesn't load on first hover .it work fine on second hover <i id="weaCarrierIcon" class="fas fa-info-circle fa-lg infoIcon weaCarrier-...
Abhinav Goyal's user avatar
0 votes
3 answers
447 views

Jquery .remove() only acts on second click

I'm building out a notifications feature with bootstrap popover. A notification should be removed after a user clicks on it, which is intuitive. However, it takes two clicks to make it work -- the ...
Kevin Sun's user avatar
  • 173
0 votes
1 answer
268 views

popover with ng-repeat data not showing after ng-click

I have a button to show a popover with loaded data from the server: <button ng-click="main.getFieldDescriptions()" data-placement="bottom" data-toggle="popover" data-container="body"/> ...
Ramin PK's user avatar
  • 338
1 vote
1 answer
2k views

Popover not showing when the html content got added through innerHTML

This is something that has bothered me a lot and would be thankful if someone could help me. I want to take the innerHTML from an already existing popover and put it in another div. When I do this, ...
Miu Iruma's user avatar
1 vote
2 answers
990 views

Can I change the bootstrap popover title style dynamically

this seems to be something asked many many times, but I cannot get it to work in my situation. I have a table which has td elements with a background-color set. When I setup the popover (which has a ...
pcla56's user avatar
  • 11

15 30 50 per page
1
2 3 4 5
23