Questions tagged as 'html5'

1
answer

Get a query from a table [closed]

Greetings, I have a list of names of a database in a table, to give in see details, I linked to another php file in which I would like to see the full details of that person and not leave the rest here I have the code of the details of the perso...
asked by 07.11.2017 / 19:25
1
answer

How can I add a class to a li if I do not have it or delete it if I have one

I'm adding some elements dynamically by Jquery to a page every time I click the button. I have the following class in the css file: ul li.marked { color: #ABABA4; text-decoration: line-through; } Now what I want is that if I click o...
asked by 28.10.2017 / 03:12
1
answer

setInterval () with variable times

I'm trying to synchronize an animation with the background music. For this I am using the setInterval () function of javascript. What is the problem that I face is that this function has a fixed parameter (time). I need to run the animat...
asked by 27.10.2017 / 23:43
1
answer

How can I pass elements li from one list to another that works in both directions

I have a list and I need to click on one of the li to pass that element to the other list, it must work both ways. As I have consulted, I can do it with appendTo, but at this moment I am passing the complete list to the other list (it disappe...
asked by 28.10.2017 / 04:53
2
answers

Set a default value to an Input type Date

Good morning, I am working on a project using HTML5 and PHP, in this project I have the option to register people, in which they are asked for general information such as names, surnames, date of birth, etc., for the date of birth, use a input...
asked by 31.10.2017 / 00:46
2
answers

How can I remove the items from the list by clicking on the x?

I have a list with the header to do whose elements I can pass to the list that has the header Done: It works correctly for me to move the elements from one list to the other, but I'm not sure how I can eliminate the item from the list that I...
asked by 13.11.2017 / 03:57
1
answer

Save X number of data in an array

I want to save the data of the inputs in an array, and by pressing the boton agregar put them in a table and so x number of data you want to add, once you have the entire list that when you press boton de Guardar datos...
asked by 26.10.2017 / 21:57
1
answer

How to add two dates of type date with jquey

I have an input of type date, what I want is for you to take that date and add 30 days to another input date Actually I searched a lot and I have not found the solution <input type="Date" id="FechaI" class="form-control" name="FechaI"...
asked by 27.10.2017 / 02:23
2
answers

problem getting the javascript data value

I have a problem getting data from a javascript data In the html I have the following line <span id="internet-compl" class="internet-item" data-precio="${empty elem.extraVl?0:elem.precio }" data-cantidad="1" data-vel="${elem.velocidad}"...
asked by 24.10.2017 / 22:21
1
answer

Get data with POST in the same php page

Good, I would like to obtain data in the same php page, in a login, the problem is that when I enter the values in my login, I save them by POST, but it seems that it always saves me NULL. .boxlogin{ border-radius:4px; box-shad...
asked by 25.10.2017 / 07:31