Questions tagged as 'modal'

1
answer

Bootstrap 4 multiple modal

I'm making a page that uses modal over modal (click the button, opens modal and when you click the button inside that modal opens another). I was doing this with bootstrap 3.3.7, BUT I now migrated to version 4 and where I had modal on modal...
asked by 19.02.2018 / 13:37
0
answers

ANGULAR 4 - How to call a component in another, so that the page does not reload?

I have a certain problem, I would like to know the following: I have a product listing screen, for example, and I would like that when clicking on a register button, a modal appears on the screen with all the necessary form for the register. It...
asked by 12.02.2018 / 14:11
1
answer

Date time Picker bootstrap in modal

This is the date time picker is appearing behind the modal and I am not able to put forward has how to do this? Code I've tried: .form_datetime { position: relative; z-index: 9999; } and $('input').datepicker({...
asked by 28.01.2018 / 21:27
0
answers

Pass Controller data to a modal in Laravel view 5.5

I'm trying to pass data from a Controller to a Modal in the view. In the view I have this code that populates a datatable as soon as the page is loaded: .... @foreach($exames as $exame) <tr>...
asked by 29.01.2018 / 00:17
1
answer

Modal window (Boostrap) is not visible

<!doctype html> <html lang="pt-br"> <head> <title>Teste</title> <!-- Required meta tags --> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, ini...
asked by 03.02.2018 / 21:59
0
answers

jQuery validate does not work in modal

I have a modal with a form. I used this plugin to create the modal: link I also use jquery validate. It works on all forms of my site. But in the form that is within my modal it does not work. Does anyone have any ideas? HTML:...
asked by 17.01.2018 / 12:40
0
answers

Send data by modal and keep modal open with a result

I created a modal with a simple form this form will send information to a bd, so q click on send modal should not close should show a result for the user. It turns out that what I did is displaying the form and the result together, how dumb i...
asked by 17.01.2018 / 17:22
0
answers

Open the same modal in other html pages JQuery

I have a modal on an html page <div class="modal fade" data-backdrop="static" data-keyboard="false" id="modalPreferenciasUsuarioLogado" role="dialog"> <div class="modal-dialog modal-lg"> <div class="modal-con...
asked by 22.12.2017 / 13:06
0
answers

Firefox does not open Bootstrap modal

I have the following HTML code: <div class="col-sm-4 col-md-4 col-lg-3 empresa-button"> <button data-toggle="tooltip" data-placement="bottom" onclick="setReturnURL('link');" title="" class=" btn btn-default" dat...
asked by 31.10.2017 / 19:03
0
answers

Modal Assync Vuejs

I'm trying to make a reusable modal vues passing an object to edit or register but I'm stuck on how to pass the object asynchronously, since the object I want to pass will be changed when the user clicks the edit button for example. The compo...
asked by 24.10.2017 / 14:24