I'm doing a modal with a form in HTML. Once the fields are validated in JavaScript (it is already working correctly) I want to show a Sweet Alert alert to confirm the sending when I press the submit button.
If the user does not confirm the shipm...
My code looks good, but when it's opened by Safari, bookings are crossed
when selecting "Huacachina", enter the booking cloudbeds, and when you return and select another city enter the booking cloudbeds where you should not open, but in frontdes...
I want to make an effect in the text each time the page is loaded, but I do not know how to look for it.
Then I would like to know what that kind of animation is called.
Searching on Google I found several, but none is the one I'm looking...
An independent doubt. Is it possible to make a system that restores the database of a website using $ _FILES? The one way I managed to do it was using this open source tool.
<?php
/**
* This file contains the Restore_Datab...
I do not know how to express my question but the issue is this, I'm doing a job for a course which I'm taking but I'm at a standstill, the work basically consists in making a simple "copy" of a social network, These are the requirements that the...
$(document).ready(function(){
var id;
$(".cell").dblclick(function(e){
id = e.target.id;
$('#ModalReserva').modal('toggle');
$('#datetimepicker1').datetimepicker({date: id});
});
});
I have several cells i...
Good I have a doubt I have made a login but the problem is that if a user has not logged in you can enter the page by putting the extension; How can I verify if that person has logged in and if he has not already sent him to login??
<?php...
Hi, I'm trying to make a section where the content is displayed randomly. For this I am using the following.
Content that refreshes every x seconds.
A progress bar showing the time before refreshing
A toogle on / off to activate and deac...
I need to use a script only in Internet Explorer and for this I use the following line of code:
<script type="text/javascript">
if(/MSIE \d|Trident.*rv:/.test(navigator.userAgent))
document.write('<script s...