Questions tagged as 'html5'

4
answers

How to make a personalized error message?

I want to make a custom error message, but not using the alert of Javascript , but the API of form validation. Hoping that when the person does not fill input a cloud comes out asking to fill the element in question...
asked by 22.12.2017 / 14:33
2
answers

CSS Selector when clicking on something

I have this "hover" selector that performs an action by having the mouse on it. But I do not know how I can cause the action to be triggered when pressed. Something similar to onClick () but in CSS .flip:hover { transform: perspective(500p...
asked by 20.11.2017 / 15:37
2
answers

custom input

I have the following code with which I would like to emulate the functionality of this site: Mathway : .fraccion { display: inline-block; font-size: 90%; text-align: center; vertical-align: middle; padding: 0 .1em; } .d...
asked by 03.02.2017 / 19:11
2
answers

Force that the date selected in an input type date can not be less than the current date

I was wondering what I could do to validate that the selected date in a <input type="date>" can not be less than the current date. I am currently using this input: <input type="date" class="form-control" name="fecha" id="fecha"...
asked by 24.05.2016 / 13:44
1
answer

Audio html5 tag does not play on iOS

I have a webpage that loads audio content with the <audio> tag Audio plays on Android and Windows without problem but in iOS 10.3.3 it can not be played <audio controls="true"> <source src="http://192.168.1.25:8080/" prel...
asked by 16.12.2018 / 14:34
2
answers

Error replace () Javascript Jquery

I'm doing a function in Jquery and Javascript in which I have to pass a parameter through the url. This parameter contains the characters / and + , so I have to replace them so that there are no problems in the url....
asked by 29.06.2016 / 12:28
3
answers

How to make a data query in HTML using javascritp or .json [closed]

Greetings I am working on an Html project with bootstrap in it I have to make some data queries by means of an ID. but as I have few data, I do not want to do a database and do some research, but I only find filtering tables, but the issue is th...
asked by 02.06.2017 / 15:30
1
answer

Obtain repositories of a GitHub user with Javascript

How about? I wanted to make a query because I'm wanting to show the repositories of a GitHub user and I do not know what is not right ... In the console is not pulling any error. The Javascript code is this: function getRepositorie() { va...
asked by 03.11.2018 / 21:35
2
answers

Problem with my form

Hello stackoverflow friends, I have a question about why my form makes my page update if I still do not implement anything to send it by e-mail greetings to all and I hope you can solve my question. <section id="fs-form-wrap" class="f...
asked by 11.09.2018 / 01:52
1
answer

how can I restrict offensive words in javascript

I have a question: I want to restrict offensive words captured by localStorage in javascript, how can I do it? Currently my code is as follows: /*Funcion de Capturar, Almacenar datos y Limpiar campos*/ $(document).ready(function(){...
asked by 25.09.2018 / 19:26