Questions tagged as 'modal'

1
answer

List mysql data in a modal using php

I would like to list a field that is in the database in a list that is already created. When the user clicks on the "title" field he has to call a modal with some data from the database. What happens, it even calls, only that of the first row, i...
asked by 21.01.2018 / 04:22
1
answer

Chosen does not work with laravel

I'm trying to use Bootstrap + Chosen with laravel within modal, but it just does not work. I made all the imports and nothing Imports I did like this: <link href="{{ asset('css/chosen.min.css') }}" type="text/css" rel="stylesheet" >...
asked by 24.11.2017 / 13:44
1
answer

Difficulty in viewing and paging

I have a menu with the option to view the registered phones, only the numbers that were registered without showing the rest of the data, the intention and the user clicks on the option to view in the menu and opens a modal in this modal the numb...
asked by 30.11.2017 / 21:43
2
answers

Pass id modal window

I can not pass an id to a modal window. Could you help me? The code for the main page code is this: menu.php $id= $_GET["id"]; <div style="text-align: center"><a href="#pagina1" class="btn_modal"> <h3>VE...
asked by 19.10.2017 / 00:39
1
answer

How to recognize button / element click within a modal window?

How to recognize button / element click within a modal window? I tried the following without success: $("#modalEscolha").bind('click', function () { if ($("#escolherComp").data('clicked')) { alert("Componente!"); } else if (...
asked by 22.10.2017 / 00:26
1
answer

Modal when accessing the site

Could someone pass me a simple jquery code? I just need a modal (div) to appear when the site is accessed and contains a "close" button.     
asked by 24.08.2017 / 18:03
1
answer

PHP - MODAL window

I have tried some scripts but I have not tried it, I apologize if it has already been in a forum, but I looked for modal and nothing suited my need, I have a modal inside the button Client, which upon clicking loads a table with data coming fr...
asked by 14.09.2017 / 15:20
1
answer

ASP C # Bootstrap - Open MasterPage modal

I'm learning to build websites with ASPX C #, using Bootstrap. Before, I have already researched everything and I have not found a solution to the problem I am encountering, so please, if anyone can help me. In my MasterPage, I have in <...
asked by 20.06.2017 / 17:47
3
answers

How to pass a PHP variable that is inside a "a" tag to be used inside a Modal?

Hello, I'm new to PHP and I came across a problem: How to pass a PHP variable ($ id) that is inside a "a" tag into a Modal? Here is the code: <?php require '../SisCellCenter/autoloader.php'; use VisaoJR\Cellcenter\ClassPHP\Products; $pro...
asked by 19.04.2017 / 23:36
1
answer

How to change the initial positioning of the modal?

How can I change the initial positioning of the Bootstrap Modal Box ? I would like it to stay a bit lower, which with 3 <br> already solve, but in the way it seems more like a gambiarra, than a correct solution. &l...
asked by 27.04.2017 / 20:10