Questions tagged as 'modal'

1
answer

Delete records that I have in the bbdd

function cargaPagina(pagina) { var desde = pagina * itemsPorPagina; $.ajax({ data:{"param1":"dame","limit":itemsPorPagina,"offset":desde}, type:"GET", dataType:"json", url:"Conexion_Contacto.php"...
asked by 13.09.2017 / 04:50
1
answer

Filling a readonly input with Select2 in Laravel

A client asked me to enter an invoice you can select the identity card of the provider, and depending on it fill a field with the same name, and if you are not registered, you can register. Then I implemented Select2 for the ID search, and cr...
asked by 22.09.2017 / 06:18
2
answers

send modal data to jquery bootstrap4

I have a problem sending data from a modal to jQuery. I do not know why the code does not appear, could you help me edit and tell me what the problem is so it does not happen again? The error I receive is the following ( screenshot of the err...
asked by 22.07.2017 / 20:39
1
answer

Problem with Bootstrap and windows MODAL

Good afternoon, I'm using bootstrap 3 and I use modal windows, the problem is that inside a modal window by clicking on a button I open another modal window, and when I hit the close button of the second open window, they close both sales simult...
asked by 05.07.2017 / 22:03
1
answer

Create pop-up bootstrap modal for each state with buttons

I have a table where there is a column called " estado ", each user / row / id has a status as a series, see ( 0,1,2 ). The description of the states is: 0-inactive 1-active 2-banned. When loading the page I get the current status th...
asked by 17.11.2016 / 15:58
3
answers

Change text dynamically when sending a modal modal bootstrap

Modal-Misspass I have this modal which is where users reset passwords. And I would like that after putting your mail and pressing reset, the text changes dynamically and says "we have sent an email to your email". I guess it's with parent and...
asked by 24.10.2016 / 03:44
0
answers

Does not open the modal window in (wordpress template)

I just added an own html file to Wordpress by adding this file in the templates folder of my theme. For this html file to work in Wordpress I had to go to PHP, everything works fine except one problem, the modal does not open when clicking on th...
asked by 23.12.2018 / 06:01
1
answer

InnerHTML angular 5 does not respect width

I'm painting the response of a service inside a modal with innerHTML. But this is not respecting the width of the modal itself and is writing in the same line to infinity. The modal is a bootstrap ngbModal link Has anyone had to deal wit...
asked by 10.12.2018 / 18:00
0
answers

Uncaught TypeError: Can not set property 'innerHTML' of null when closing modal boostrap

I have an error generated by console that is Uncaught TypeError: Can not set property 'innerHTML' of null. This error occurs when closing a modal window, which contains a counter that is generated through datetime from the database. Previously t...
asked by 02.12.2018 / 02:44
1
answer

Show modal at a certain time and close at a default time

I have a modal and I would like it to appear and disappear at a specific time, the idea is to notify the client that the site is closed at a certain time. For now I have this, but it did not work. <script> window.onload = function ()...
asked by 29.11.2018 / 17:08