Questions tagged as 'popover'

1
answer

Open pop-up (Bootstrap) by clicking the checkbox

I have a table, where the user selects the months that have already been checked. To perform this check, all you have to do is checkbox . However, I have a new demand, that when the user clicks the checkbox , a screen appears for it,...
asked by 13.05.2015 / 19:40
0
answers

Popup with a magnifying glass [closed]

I have a page with a combo that allows multiple selections of your items. If the user selects only one item, closing the combo displays text about the selected item. if the user selects multiple items, when closing the combo the displayed tex...
asked by 16.12.2014 / 12:38
1
answer

How to disable Bootstrap 4 Popover on mobile devices only?

Today I use popover in some places of my site, but I wish they did not appear in the mobile version. Is there anything in the calling script that I can do to make it appear in the desktop version only? <script> $(function () { $('[da...
asked by 27.11.2018 / 23:37
1
answer

Popover Boostrap 3 - Does not appear

I have the following HTML code: <button class="thumb-hearth pop" data-toggle="popover" title="Likes" data-placement="top" data-trigger="focus" data-content="Teste"> <i class="glyphicon glyphicon-heart"></i> </button...
asked by 15.02.2017 / 03:54
1
answer

Popover inside a table does not work

I'm trying to put a popover within a row of a table that is dynamically mounted according to the data coming from the database. I tested out of the table and it worked, but inside the table line did not. My Js are like this $(document).rea...
asked by 03.10.2017 / 13:29
2
answers

How to change size of Popover in Bootstrap 3?

I have the following code for a popover effect with Bootstrap 3, I'm using Bootstrap 3.3.7. This popover works as follows, as the mouse passes over this icon the message appears. I have several popovers on the page, but this one in particula...
asked by 25.10.2018 / 21:58
1
answer

Popover message in a div

Good morning. I have a div that when clicked opens a page. So far so good and it's working. Now as I do so that when the user hover over this DIV, a popover with the message "To edit click here" appears. My code looks like this: <div...
asked by 25.05.2018 / 14:27
1
answer

How to edit the bootstrap popup margin in css or js?

Good night everyone, I'm implementing a popover on my page, but I'm doing it inside a table that is inside a jumbotron, the problem occurs from the first 3 lines where the popover appears far from where it should appear, my intention is to figur...
asked by 09.02.2018 / 22:57
2
answers

Open Popover by loading the page and closing by the button

I have this Popover and I would like that when loading the page it was opened, and only closed after the user clicked on Entendi ThecodeI'musingisthisScript:$(document).ready(function(){//Associaoeventodopopoveraoclicarnolink.$...
asked by 23.12.2016 / 18:33
1
answer

PopOver Menu IOS Swift

I'm trying to make a menu PopOver similar to WhatsApp but to no avail. I wanted to make a menu similar to the one below. The only menu% w / w I can do is with the white background and occupy the entire screen even though it i...
asked by 10.09.2016 / 15:37