Questions tagged as 'modal'

0
answers

Problem with bootstrap modal window

When I open a modal window with bootstrap I see a white box behind this window, how can I remove this? I'm using the Bootstrap 3.3.6 library link "     link     link <div class="modal fade" id="miModal0" tabindex="-1" role="dialog...
asked by 24.11.2018 / 21:08
1
answer

Nested select values are not loaded in edit modal

I have a problem and I do not know how to solve it, I have a table where the items registered at the end of each column are displayed I have a editar button, by giving click in any, it will open a modal with the data loaded,...
asked by 22.11.2018 / 23:37
0
answers

How to add data from a modal to a view create in Laravel

I have a view to create where I call data from a table called Computer and inside it I have a modal that contains a foreach that brings me the data of a foreigner. What I would like to know is how to add the data of the modal to my view create,...
asked by 21.11.2018 / 19:04
1
answer

Multiple buttons, that launch a single modal without bootstrap? Only the first works

I need you to open the same modal for all the buttons, the problem is that all the solutions I have found come with bootstrap and because of the css I am handling I can not add the bootstrap ... .bx--btn{ font-family:"ibm-plex-sans"...
asked by 12.11.2018 / 22:16
0
answers

Plugins do not work in my modal window

I have a web app in laravel 5.5, I have several manners for registrations, validation for generic fields such as country I use select2 , and it runs perfect in all views of the application, except in manners, I even tried to place a table with...
asked by 08.11.2018 / 17:07
0
answers

I have problems with sending variables to my modal, I need urgent help

My problem is that I can not send variables to my modal to make a select for my table in that modal. I can send data with: ejm: In my PHP: <a href="#finalizarCliente" class="delete" data-toggle="modal" data-cod_base="<?php echo $cod_b...
asked by 04.11.2018 / 04:23
0
answers

Problem with modal window

Hello in this github project: link I have a modal window when clicking on the login button, however when I do it, the bottom of the web becomes more and more to the left. look: However, when I click on login, the following happens:...
asked by 02.11.2018 / 01:40
0
answers

Ajax does not show my Modal Dialog with SparkJava

When on my device.js file I enter an invalid route the browser detects it and warns me, it means that the create device method if it is running, now in the cases that it executes with a correct route, it does NOT ABSOLUTELY NOTHING , it does not...
asked by 24.10.2018 / 19:04
1
answer

Text appears outside of the bootstrap modal

Friends, can someone help me with this problem? I have a modal, which contains a table with several cells, and one of the cells contains a long text, but the text comes out of the modal not respecting the cell. Attached image for reference....
asked by 16.10.2018 / 22:57
1
answer

HIDE A DIV IF A VALUE FROM DB IS NOT OBTAINED IN JS

The following code obtains information from a database and stores it in a respective div of a modal and then displays it on the screen: eventClick:function(calEvent,jsEvent,view){ $('#titulo').html(calEvent.title); Fech...
asked by 04.10.2018 / 15:24