Questions tagged as 'modal'

1
answer

Sweet Alert on Modal Bootstrap

I have the following problem using sweet alert and modal bootstrap. It turns out, I make the requests through ajax and php, but the generated alert always shows me the independent success if the request to the server was successful or not. What...
asked by 05.11.2018 / 04:07
1
answer

How to remove the edges in the bootstrap modal header

Good day, I'm working with laravel and bootstrap, right now I'm more focused on the design, the problem is that when creating the modal I see two white lines as if it were a margin, is there any way to remove them? Code <div cla...
asked by 20.06.2018 / 19:57
1
answer

Modal windows Javascript

I am trying to create, for example, several buttons and each one of them skips a popup. But I do not know how to reuse the code for several buttons, so I create differences functions, and I think that when you rewrite the same code several ti...
asked by 20.07.2017 / 16:27
1
answer

modal opens many times

When I open my modal it opens an alert indicating that it was opened, but if I close it and open it again, the message is displayed twice and if I repeat the process it is shown n times this is the javascript that opens my modal functio...
asked by 26.09.2018 / 23:32
1
answer

Change the data I receive by POST from a modal

I'm with the edition of the orders through modal and AJAX. The problem is that in the order table the "Product" field is a number, but in the modal I get the name of the product, eg: Diode Laser "thanks to a query that you make to get the nam...
asked by 12.09.2018 / 08:11
2
answers

Close a modal when comparing what profile you have

I have a modal form, in which when you press save (submit) the fields are checked, type that you do not have any empty and such and then the values are sent. I would like to make, within my function, that when everything is correct, we look...
asked by 22.03.2018 / 12:15
1
answer

help with modal window in css so that it appears in front of the whole window and not behind?

I need help so copy a modal window code for html and css, and the problem that I have is that the window appears behind me As you can see when I click on the privacy policy, the modal window opens, but it comes out behind everything....
asked by 15.01.2018 / 20:35
1
answer

Why is the hr tag not placed below each div I indicated? from jQuery

From a array that I get from db , I create a modal with bootstrap3-dialog . I create the elements easily, the only one I have problems with is the hr tag, since they are not placed under each element that I indicate, but they are al...
asked by 24.09.2017 / 06:45
1
answer

Get value in POST variable of a Modal window

How about, asking for your help one more time. I'm making a table where I show clients and each client has a button where they show their personal data, I'm doing it when I click on the button to open a modal window and show that information I d...
asked by 11.04.2017 / 19:17
2
answers

Complex component as a modal. Angular 2

How to use a complex form component (with services, injections, etc) as a modal without having to put your html in the parent component? My structure is as follows: src ----- app.component.ts ----- app.component.html ----- modals/ ---------...
asked by 28.02.2017 / 20:19