Questions tagged as 'html'

1
answer

Problem with Sweet Alert in modal

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...
asked by 08.11.2018 / 17:41
0
answers

When changing the action of a form, does not work in SAFARI?

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...
asked by 06.11.2018 / 18:04
0
answers

I use calendar.js and I want it to capture the dayclick event but it does not work for me

$(function() { // page is now ready, initialize the calendar... $('#calendar').fullCalendar({ selectable: true, header: { left: 'prev,next today', center: 'title', right: 'month,agendaWeek,agendaDay' }, dayClick:...
asked by 06.11.2018 / 20:55
0
answers

How to make curve effect in the text

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...
asked by 20.11.2018 / 22:59
0
answers

Make a system to restore a database using $ _Files

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...
asked by 06.11.2018 / 12:57
1
answer

How to capture in an SESSION variable an element when clicking on it?

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...
asked by 25.11.2018 / 23:46
0
answers

Problem with DataPicker and JavaScript

$(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...
asked by 05.11.2018 / 17:06
1
answer

validate user

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...
asked by 05.11.2018 / 15:38
1
answer

Progress Bar Control ON / OFF

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...
asked by 05.11.2018 / 12:01
0
answers

HTML to use script only in Internet Explorer

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...
asked by 05.11.2018 / 09:08