Most voted "popover" questions
None
Learn more…19 questions
Sort by count of
-
5
votes1
answer433
viewsOpen Popup (Bootstrap) by clicking on the checkbox
I have a table, where the user selects the months that have already been performed the checks. To perform this check, just mark a checkbox. However, I have a new demand, that when the user clicks on…
-
4
votes3
answers212
viewsHow to fill input data in BOOTSTRAP POPOVER
Personal I have a code with a modal that contains a Bootstrap popover and I would like this information balloon to contain the data of these inputs. Currently I can already get the data of the…
-
3
votes0
answers132
viewsPopup with a magnifying glass
I have a page with a combo that allows multiple selections of your items. If the user selects only one item, when closing the combo a text is displayed about the selected item. if, however, the user…
-
2
votes1
answer109
viewsHow to disable Bootstrap 4 Popover on mobile only?
Today I use Popover in some places of my site, but I wish they did not appear in the mobile version. There is something in the call script that I can do so that it only appears in the desktop…
-
2
votes1
answer418
viewsPopover Boostrap 3 - Does not appear
I’m with 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…
-
2
votes1
answer430
viewsPopover inside a table does not work
I’m trying to put a Popover inside a row of a table that’s dynamically assembled according to the data coming from the database. I tested out of the table and it worked, but inside the table row no.…
-
1
votes1
answer947
viewsPost in a div
Good morning. I have a div that when clicked, opens a page. So far so good and is working. Now how do I make so that when the user hovers over that DIV, appear a Popover with the message "To edit…
-
1
votes1
answer396
viewsHow to edit the bootstrap margin in css or js?
Good evening guys, I’m implementing a Popover on my page, but I’m doing it inside a table that is inside a Jumbotron, the problem occurs of the first 3 lines where the Popover appears far from where…
-
1
votes2
answers855
viewsHow to change Popover size in Bootstrap 3?
I have the following code of a Popover effect with Bootstrap 3, I am using Bootstrap 3.3.7. This one can works as follows, when the mouse passes over this icon the message appears. I have several…
-
1
votes2
answers175
viewsPass value of javascript variables inside Bootstrap Popover
I have a Pover that shows information and would like to know how to pass values of variables contained in javascript to data-content within this Pover? Follows my code: var id_teste = 'teste';…
-
0
votes1
answer122
viewsPopover menu IOS Swift
I’m trying to make a menu PopOver similar to that of the WhatsApp but without success. I wanted to make a menu similar to the one below. The only menu PopOver what I can do is with the white…
-
0
votes1
answer65
viewsSwift 3 how to open a Popover so that it does not cover all viewcontroller that called it?
I already use the Popover that is opened through a "follow" and I would like you to define the dimensions (height and width) of this Popover so that it does not completely cover the viewcontroller…
-
0
votes2
answers254
viewsSwift 3 - how to close one last Popover open on another Popover ?
I have a viewcontroller that opens a Popover. This first opens a second Popover. But when I give a self.Ismiss on any of the popovers is closing all the popovers and the viewcontroller that called…
-
0
votes2
answers807
viewsOpen Popover by clicking the tab and closing only by the button
I have this Popover and would like when loading the page to be opened, and only close after the user click on Entendi the code I’m using is this Script: $(document).ready(function () { // Associa o…
-
0
votes1
answer42
viewsHow to use text Popover without using Href
Good afternoon, as I put one popover in a text without using a <a href ... ? It is possible ? My code: <div class="row"> <div role="main" class="col-md-6 col-md-push-3"…
-
0
votes0
answers119
viewsPopover does not work when added dynamically by jquery
I have a div with various information and a Popover (Bootflat). When I add another div via jquery, the new Popover of the new div does not work. (div gets the correct formatting and Popover code is…
-
0
votes1
answer308
viewsPopover bootstrap button in jquery does not show content
Good morning guys, I’m trying to understand how the bootstrap Popover works, I’m trying to use in button form to understand how it works but this is a secret for me. Although following tutorials, or…
-
-1
votes1
answer68
viewsJavascript - Error loading new files
I have a page that contains mosaic of images with a button and when I click I open a Popover. Until then ok, because this mosaic is generated by Blade.php, of Laravel 5. But I change the mosaic from…
-
-1
votes1
answer47
viewsHow to remove div from the page to appear only in Popover
$('#texto').popover({ html: true, content: function () { return $('#teste').html(); } }); <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>…