Questions tagged [bootstrap-popover]

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

337 questions
0
votes
1 answer

Bootstrap datepicker does not update properly

I have a table, each line has a button which opens a Bootstrap Popover, containing 2 Bootstrap Datepicker controls. They work seemingly well enough when I click on the calendar or on the input field, they open, I can choose a new date, and it gets…
0
votes
1 answer

FullCalendar - Popover confirmation on drop/resize event

I'm trying to show a Popover Confirmation when an fc-event is resized or dropped somewhere, but I'm not able to get the target element out of the jsEvent object. This is what I came up to, when an event is triggered (drop or resize): function…
Yuri
  • 3,082
  • 3
  • 28
  • 47
0
votes
0 answers

How to hide Popover when the binder gets unbinded in Knockoutjs

So I started making a little game using KnockoutJS. I found this nice binding handler to use with popovers: https://github.com/s-stude/knockout-popover. The issue is that when 'initialConstructionGoing' turns to false and the content disappear, the…
Jeremy Dicaire
  • 4,615
  • 8
  • 38
  • 62
0
votes
1 answer

delete data when user click yes POPOVER CONFIRMATION

i am using Bootstrap plugin for on-place confirm boxes using Popover. I want to delete a record when user click yes button. How can I do that? link for Bootstrap plugin Bəli -means yes Eminsen? - are you sure? SİL - delete my button
0
votes
1 answer

popover-append-to-body doesn't work

I have this kind of problem: I prepared a popover in AngularJS, triggered by button positioned in a row (ng-repeat) inside a table. It works, but when I resize the window, vertically I don't have problems, instead horizontally if I scroll left or…
Raul
  • 115
  • 5
  • 16
0
votes
1 answer

Show popover if hovering an element longer

Using Bootstrap popover to show a content of a hidden div as popover content How would one implement not showing the popover until the main element is not hovered for at least one second? $(function () { $("[data-toggle=popover]").popover({ …
user1941235
  • 113
  • 1
  • 10
0
votes
0 answers

How can I override mouseleave event of uibootstrapper for popover or tooltip in angular js?

How can I override mouseleave event of uibootstrapper for popover or tooltip in angular js?
0
votes
0 answers

Bootstrap Popover not centered

I hope you can help me out with a little problem. Right now I am working a little Listing-App project with Django. I have created my main HTML File for it and have a small table, where Django loads a list of movies inside, those movies have a Title…
NakedPython
  • 920
  • 2
  • 7
  • 27
0
votes
2 answers

bootstrap popover dynamic change position from top to bottom

I have a problem with bootstrap popover, i can't figure how to change popover position from top to bottom when it reaches top of the viewport. I tried to use placement: 'auto bottom' but this doesn't work for me. $(function(){ var options = { …
Kirill
  • 65
  • 9
0
votes
1 answer

Issues with bootstrap popover and asp:button

I would like to replace js windows by bootstrap popover in few pages but I have two issues and I don't find any solutions. First, if I click on the button to display the popover, required fields are fired directly. Even if I fill in it the message…
0
votes
1 answer

Dynamically ADD a title to a Bootstrap popover

I'm using ReactJS and bootstrap to create a popover over a button. When the user stays over this button for 2 seconds, the content and the title of this popover must change. The problem is that before these 2 seconds, the popover has no title. So…
Ryan Pergent
  • 4,432
  • 3
  • 36
  • 78
0
votes
2 answers

Bootstrap Popover in JQuery Datatable doesn't work after search

I have a HTML table:
ID Name Pop
0Michael
0
votes
1 answer

Set maximum width and css color for the specific (not all) popover container (help icon1)

I am wondering how to apply CSS selectors to a specific container. I tried to apply the following CSS change to the help icon1 and not help icon2. The CSS change that I would like to apply to helpicon1 popover are:- h6 red color and Set max width…
noob
  • 45
  • 3
  • 11
0
votes
1 answer

Unable to set Bootstrap Popover options via jQuery

Bootstrap experts: I'm just not able to set popover title and content via jQuery! I've been looking at all the other related questions for hours - no dice. Please tell me what I'm missing! Html:

user1072910
  • 263
  • 1
  • 5
  • 17
0
votes
1 answer

Document click event does not render deletion of dialog

Since I am new to AngularJS and Javascript... this might be a pretty novice question. I am trying to create a button that opens a dialog (that displays let's say search modes), which should close after I press anywhere except this dialog. This is my…
Stefanos Kargas
  • 10,547
  • 22
  • 76
  • 101