function cargaPagina(pagina)
{
var desde = pagina * itemsPorPagina;
$.ajax({
data:{"param1":"dame","limit":itemsPorPagina,"offset":desde},
type:"GET",
dataType:"json",
url:"Conexion_Contacto.php"...
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...
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...
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...
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...
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...
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...
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...
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...
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 ()...