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 popover over $(this) element

I have a bunch of elements dynamically created and I'm able to show the popover calling this script: $('.gantt').popover({ selector: '.bar', title: 'Test title', content: 'Test content', trigger: 'hover', placement: function() {…
Mark
  • 645
  • 2
  • 9
  • 27
0
votes
0 answers

How to combine bootstrap accordion and bootstrap tooltip on ipad?

The problem is next: when I have a tooltip icon that should show a tooltip on ipad user has to click it when popover-trigger is "mouseenter". But it opens an accordion.
0
votes
1 answer

What is wrong with my bootstrap popover in Meteor?

I have bootstrap.js installed and I'm having trouble getting a popover to show up on click. Here is my html:
webmagnets
  • 2,266
  • 3
  • 33
  • 60
0
votes
1 answer

Dynamically creating buttons with popovers

I try to create buttons with popovers via JS dynamically. So far so good but I can't make it to get Div content attached to the popovers. They show up if I press the button but except of the headline they are just empty. Therefore I guess the…
0
votes
1 answer

button click does not work properly inside bootstrap popover

Here is my popover element: My bootstrap popover content is a social media button. It shares something when you click on it. However, click event is not…
burak
  • 3,839
  • 1
  • 15
  • 20
0
votes
1 answer

Changing the data-content of popover dynamically using Jquery / Javascript

I am using ASP.NET MVC with Bootstrap, Jquery, Entity Framework... I have applied the popover effect on button that shows me the respected data coming from partial view as a result on hover. The problem I am facing is I have to click twice to get…
3 rules
  • 1,359
  • 3
  • 26
  • 54
0
votes
1 answer

Wordpress shortcode inside bootstrap popup

Can i somehow insert a CF7 form shortcode inside bootstrap popover? This doesnt work: jQuery(document).ready(function(){ jQuery('.toolbox_trigger a').popover({ content: '[contact-form-7 id="1" title="Callback"]', html: true, …
0
votes
0 answers

Popover more than one click

My problem is that I designed a popover for button for filter. When popover open there is filter when click button to okey filter popover close and do process. Problem start here . when i click again popover button, and okey filter, process is done…
user6239546
0
votes
1 answer

Angularjs bootstrap popover blink after model change

I am using angularjs bootstrap popover inside a table. The table is populated using ng-repeat and if the popover is open and i get new data to the table there is a flicker to the popover. Here is a working example Pknkr Any thought on how can i…
yossi
  • 12,945
  • 28
  • 84
  • 110
0
votes
3 answers

When Button clicked, show Popover-Bootstrap and check checkbox is checked?

I'm using Popover Bootstrap to show error or alert to users when them click button "Delete". If users doesn't click checkbox and click button => Popover show error : "You should choose some records !" If Users click checkbox and click button =>…
0
votes
1 answer

Is it possible to change width for different popovers

I've two popovers on the same page, I have changed the width of a popover by .popover { min-width: 80%; } But for the first opover I want a width of 80% and for other I need 20% width. Is it possible?
Fazeela Abu Zohra
  • 641
  • 1
  • 12
  • 31
0
votes
0 answers

Bootstrap popover "arrow" detached from popover on small screens

I am using the Bootstrap 3.3.5 popover feature to display a popover when user clicks on the text inside a td element. It works fine except for one thing. When the window width gets smaller and I reach my first responsive breakpoint, the arrow is…
0
votes
1 answer

bootstrap 4 and popover lying outside of the screen

How to have a bootstrap popover always contained in the screen? Below a popover that lying outside of the screen http://s.codepen.io/juavenel/debug/LkjPYL
user4937986
0
votes
1 answer

Bootstrap Popover not updating Scope Variable

Once user click on the Input field .. I want to get the ID of the input field & filter the Object & bind the data on the Popover window. But Scope is not getting updated from directive. Below are the code please let me know where i'm doing wrong …
user2961938
  • 85
  • 1
  • 6
0
votes
1 answer

How to create Bootstrap popover by clicking on KonvaJS Image object?

In my application I use KonvaJS extensively, but I reached a step where I need to create a Bootstrap Popover on KonvaJS Image click, is that possible? Please note that I have more than 50 images in this app and I need to create a popover for each.