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 Popovers will not show properly if offscreen on a mobile device

As the title says, the popovers will not show properly if off screen. This seems like it makes sense, but the arrow for the popover still shows up. I need the popover to be visible on the page even if it is off screen. I am using the popovers to…
0
votes
1 answer

Bootstrap popover on click event not showing

My popover isn't working when I trigger an evenLimitClick event in my fullcalendar. It works fine in my dayClick event, but nothing happens in my eventLimitClick. Here is my fiddle I even tried setting the popover to be called on the parent (ex.…
chuckd
  • 13,460
  • 29
  • 152
  • 331
0
votes
0 answers

bootstrap popover called twice

On my click event I'm displaying the bootstrap popover, it works but it's being displayed twice. Once on the bottom, like I have defined and once on the bottom right. Code and pics below. If I set a breakpoint at return…
chuckd
  • 13,460
  • 29
  • 152
  • 331
0
votes
0 answers

bootstrap popover in fullcalendar located sometimes on bottom, sometimes in middle of day

I have a bootstrap popover showing on a dayClick event with it's placement as 'bottom', but some of the clicks show the popover at the bottom and some show it in the middle of the day. Code and pics shown below. It seems like dates 22-28 show the…
chuckd
  • 13,460
  • 29
  • 152
  • 331
0
votes
0 answers

jQuery Ui-Autocomplete and popover in input tag

I want to use autocomplete and popover in one input tag. But autocomplete can't display , I see google chrome developer tools, autocomplete is work, just can't display . I don't know how to do . HTML code
steven
  • 45
  • 7
0
votes
1 answer

Bootstrap Popover Keep HTML

How to save popover contents upon re-initializing? Here is my code and the popup contains a form. I want to keep the form values if user comes back to after filling some info... $(this).popover({ html: true, trigger: 'manual', placement:…
uiuxhub
  • 1,209
  • 2
  • 14
  • 24
0
votes
2 answers

Emberjs outlet inside a bootstrap popover

I'm using bootstrap popover in my app and I need to render an outlet inside it. I have this nested route : this.resource('pages', function(){ this.resource('page', { path: ':id' }, function(){ this.resource('edit', function(){ …
SuperMarco
  • 710
  • 12
  • 31
0
votes
1 answer

Twitter Bootstrap dismissible popover doesnot work on first click?

My jQuery is behaving extremely weirdly. When click the button/anchor for the first time on page load it doesn't expand the popover div. But the jQuery is running and a console.log statement is executing. Only after click the button/anchor once,…
Rohit Rane
  • 2,790
  • 6
  • 25
  • 41
0
votes
0 answers

Pop-over forms and Rails 4

I have a page which displays information of a Hotel. The model used here is 'Hotel' Route: localhost:3000/hotel/3 I have a pop-over form for a guest to send her requirement. This uses a different model 'GuestQueries' I need to redirect guest back to…
Sonali Gupta
  • 288
  • 1
  • 5
  • 17
0
votes
1 answer

Twitter bootstrap popover : How can I make the transition faster on popover('hide')?

Is it possible to make the hiding on popover a bit faster ? I was trying to tinker with the 'hide' property but no luck so far. $(this).popover({ title: node.name, html: true, container: 'body', placement: 'right' hide:…
mohit
  • 83
  • 1
  • 6
0
votes
1 answer

Repositioning Popover without reloading it

I am now facing the problem with bootstrap popover position. I am using popover to show the list of images that user has chosen and allowing user to review and remove images inside the popover. My problem is, after user has removed the image from…
0
votes
1 answer

jQuery validate popover: Removing element's style class

Currently I am working on web application which is going to have multi-step forms. I am validating each part of the form by jquery validate plugin. Also I wanted validation messages as a pop over. For this I have used jquery validate popover plugin.…
0
votes
1 answer

Bootstrap 3 popover with ui datepicker in - close on month click

I have UI datepicker calendar in an bootstrap popover - all work ok except the popover close when i change the months- need to close only on Today button or outside in body click. I found several examples what solve the popover outside click then…
-1
votes
1 answer

Bootstrap Popover on SVG icon - Wrong Arrow Direction

I have a bootstrap(v5.1) popover element placed on a svg icon. Popover element generates successfully but the arrow icon direction is wrong. Please see below for code; @create text & @modifytext are just text variables showing some dynamic…
Cham
  • 787
  • 3
  • 11
  • 25
-1
votes
1 answer

jquery bootstrap selector inside popover

I have a bootstrap popover like this :
Ham Za
  • 11
  • 1
1 2 3
22
23