Questions tagged as 'html5'

1
answer

Problem with javascript timer when I minimize the browser window

This is my code to create a stopwatch, it works fine, the only problem that presents me is that when I minimize the browser (any browser), the chronometer does not keep counting time. If I re-maximize the browser again, count the time. <...
asked by 13.12.2018 / 18:17
1
answer

limit numbers and commas x jquery

I have an input text, where I would like to limit the characters entered by the user to "only numbers and commas", that is: Ej1: "1001,1002,1003" Ej2: "1001" Ej3: "1001,2002" How could I do it in jquery? I copy fragment of the code:...
asked by 13.12.2018 / 19:25
1
answer

assign validation attributes to html date with javascript

Good afternoon. Does anyone know how to correctly apply this function? I found a code in this same place that allowed me to enter a value of "today" at least for a date in HTML <input id="datefield" type='date' min='1899-01-01' max='2000-13...
asked by 08.12.2018 / 21:51
1
answer

I get this error when I try to validate my website! Error: Start tag body seen but an element of the same type was already open

Error: <!DOCTYPE html> <html> <head> <meta charset="UTF-8" /> <title>About me</title> <link href="../CSS/main.css" rel="stylesheet" type="text/css"> </head> <a href="....
asked by 11.12.2018 / 19:13
1
answer

How to create a generic tooltip with jquery that only passes the parameters to use it? [closed]

I want to create a generic tooltip that can only be used pasasole parameters such as text and style.     
asked by 15.11.2018 / 20:53
1
answer

save mp3 formats in BD and play them is a Streaming

Good morning, I am developing a radio project on the web, where the common thing I have done is to divide the index of the web with a frame I add a Streaming connected with ZaraRadio . however to do so I have to have a...
asked by 10.12.2016 / 16:11
2
answers

Text always same position on img and with proportion to the image in html and CSS

I'm doing tests with text positioning on an image. I have this: This I get with this code. In html: <main> <div class="caja"> <img src="smartphones.png" alt="" > <div class="texto">...
asked by 13.11.2018 / 23:16
1
answer

Detect input of a form when the button is clicked

Guys, how are you? I have a doubt, I have to validate a field type text of a form, the issue is that I generate a form for each row of a table that I bring by jsp. so: <tbody> <c:forEach items...
asked by 14.11.2018 / 18:11
1
answer

Send post to PHP file outside public folder

I am having a problem, I would like to send a POST to a PHP file that is outside the public folder, but I can not point to that file. I hope you can help me. Thank you very much. My index.php <!DOCTYPE html> <html lang="es"> <...
asked by 11.11.2018 / 21:12
1
answer

icons that scroll down to a certain point

I have some icons which are downloaded when I scroll, but I need to stop before getting to the footer, since they currently go down to the end of the window and are moonted in the footer HTML <head> <link href="css/boot...
asked by 03.12.2018 / 11:16