Questions tagged as 'modal'

1
answer

Show wait GIF while ajax makes the request

I have the following HTML code: <div id="detalles-modalE" class="modal fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true"> <div class="modal-dialog"> <div class="modal-content">...
asked by 25.11.2018 / 20:14
1
answer

Open modal window before clicking the close button

How can I make a valuation modal skip when they are going to close the session, but of course only one time, I did a test but it always comes out and of course it does not let me close my session. Close session button <li class="nav-item...
asked by 10.09.2018 / 11:53
1
answer

Print on a href inside a modal the Id of a BD

How can I do the following: I am sending the data from a tr to a modal in the following way: <span id="Id<?php echo $res['id']; ?>" style="display: none;"><?php echo $res['id']; ?></span> I pick them up in the mod...
asked by 17.08.2018 / 19:19
2
answers

Double Scrollbar when opening a Modal

The problem is that 2 scrollbars appear, one of the modal and another of the body, I want to remove the body when the modal is active. This is my code: <div id="myModal" class="modal"> </div> .modal { display: none;...
asked by 06.09.2018 / 19:35
3
answers

Show different Modals Boostrap

I have an app in Bootstrap which has to show different manners in different pages. For this I have thought to remove these manners and have each in an HTML file so that after each page you can call it to be displayed. I want to do it this way so...
asked by 12.06.2018 / 11:25
1
answer

Javascript does not pass data to modal

I'm using this template link which I want to pass some php data to a modal The same code that I put below works perfectly for me in another application but this template does not work: <a data-toggle="modal" data-id="<?php echo $id;?&g...
asked by 02.07.2018 / 16:27
2
answers

Bootstrap & Jquery Modal Window - Update content

I am creating a website where clicking on a button opens a Modal window where it shows a series of images. In each of those images there are the download and delete buttons. By clicking on delete I do not know how to make that image...
asked by 29.01.2018 / 12:15
1
answer

Send the value of an input to a Modal

I have the following code, with 3 inputs and 3 buttons. Pressing any of the 3 opens a Modal. What I want to achieve is that depending on which button I press, I transfer the value of the input to the side. Currently with my code, I always take t...
asked by 20.02.2018 / 06:50
1
answer

HTML form - JQuery - Bootstrap

I have this layout:    Modal <div class="modal fade" id="message" tabindex="-1" role="dialog" aria-labelledby="" aria-hidden="true"> <div class="modal-dialog" role="document"> <div class="modal-content"> <...
asked by 23.12.2017 / 22:56
1
answer

How can I insert correctly with jquery html code next to php in a modal?

I want to insert within a modal a textfield with a button that picks up the value of this textfield when I click on the button, for this I am using jquery and I am inserting the html next to a if(isset($_POST["boton"])) in php to perform...
asked by 13.12.2017 / 05:20