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

how to close popovers created in an ng repeat

using angular ui bootstrap I am creating modals with an ng repeat. I put a small example in a plunker. https://plnkr.co/edit/lpaArn6ewYIbIMjHBb2s?p=preview I am trying to figure out how to have the popovers open and close independently of one…
0
votes
1 answer

chain of bootstrap popovers using jquery

I am trying to open sub-menu from a popover in another popover, but i am having trouble doing that. Here is the sample code
Naveen
  • 11
  • 2
0
votes
0 answers

Show popover when hovering over typeahead drop-down suggestions

I want to show a bootstrap popover when hovering over the typeahead autocomplete drop-down suggestions. I referred this answer. $('#myTypeahead').typeahead({ source: source, updater: function(item) { …
0
votes
0 answers

Customizing modal vs popover (bootstrap)

I am writing a basic website for a friend, who makes short films and wants to have a site to present his work. I have a very easy question but sadly can't find a good (or at least understandable for me) answer for it. I have a site with 5 pictures…
0
votes
1 answer

Bootstrap popover positioning

Is there a way to align bootstrap popover on "Right Bottom" of the clicked button instead of the "Right Middle"? It should be dynamic. You can check the standard code here http://jsfiddle.net/VUZhL/2915/
FrontDev
  • 837
  • 5
  • 19
0
votes
4 answers

How to disable popover behaviour for an inner element

I have a container with some details and a button inside it. and the container has popover behavior when we hover over it. the problem is I need to disable popover behavior while hovering over the button inside it. heres the fiddle Thanks in…
Vivekraj K R
  • 2,418
  • 2
  • 19
  • 38
0
votes
0 answers

How to close a popover by clicking anywhere on UI?

I am trying to make sure the popover gets closed if i click anywhere on ui. Please have a look at the sample code at https://jsfiddle.net/vk23nmy8/15/ . On click of Add, it adds rows to table. Each row has its popover. It works for first few clicks…
user3334226
  • 151
  • 1
  • 5
  • 15
0
votes
0 answers

Angular 2 - In a table, show popover only for the cells that have text truncated due to usage of ellipses in css

I have an Angular2 app. There I am dynamically creating a table with rows/columns and inserting the data. I am using ellipses to truncate the data that is too long in any cell. Now, I would like to display a popover/popup when I hover on a cell data…
user1892775
  • 2,001
  • 6
  • 37
  • 58
0
votes
0 answers

Showing bootstrap popover in jqgrid

I'm trying to show a popover which has to show up when clicked on a button in column header. With the bootstrap table, the popover came good above the column header. With the jqGrid (package free-jqgrid version 4.14.1) the column header just…
NiAu
  • 535
  • 1
  • 12
  • 32
0
votes
1 answer
0
votes
0 answers

Google Map not Showing on Bootstrap Popover

I have a page that will show up a popover that has contact list, one of the list is a map location (google map). All the lists are shown when popover is called, except google map. Google map only show gray background, but when I inspected it, it…
0
votes
0 answers

Angular.js and Bootstrap popover

I have a single page application with angular.js. The other parts are working but I could not run the rollover. This is my controller. I am going to use on this controller. angular.module('foodDeliveryApp') …
0
votes
1 answer

bootstrap popover doesn't work with ng-repeat

I'm coding a widget using angularjs and am running into an issue where my bootstrap popovers don't work when inside ng-repeats: