Questions tagged as 'html5'

2
answers

How to validate the number of digits entered in an input type number?

I am using bootstrap jvalidator but I can not validate the number of digits entered in an input type number <div class="form-group"> <label class="col-sm-2 control-label coLor-letter" for="textinput">No Vin</label> &l...
asked by 04.08.2016 / 08:12
4
answers

How to put a full-screen background image

How can I make the image cover the entire screen size? I know that the property min-width and min-heigth but they do not make me achieve what I require. this is an example of a slider but I do not want a slider...
asked by 18.08.2016 / 00:33
3
answers

conditional Javascript

How can I do the following in a conditional? $(function () { $("[id*='_btnCheck']").click(function () { var buttonName = $(this).attr('id'); ChannelEve...
asked by 13.05.2016 / 00:11
1
answer

How can I create localStorage database in apache cordova

Good afternoon, I wanted to know in what way I can create a localstorage database because I have had problems when doing it with IndexedDb because I can not relate two tables to each other.     
asked by 15.04.2016 / 18:43
3
answers

How to send a data to javascript from php?

It turns out that I'm trying to pass a value of PHP to Javascript to validate me if there is already a certain amount of data. The PHP script does its job if the data exists returns 1 and if it does not return 0...
asked by 29.12.2017 / 17:20
2
answers

Position a radio button with image side by side within modal

I am not able to solve the problem in which a radiobutton appears below the other. I want to place it to the right of the first one inside the modal. This is how it appears to me: And here is the HTML of that part: <div...
asked by 29.11.2018 / 16:07
1
answer

How can I open an image from my computer and move it inside my canvas on a web page?

I am trying to open an image from my pc to show it on my canvas that I create on my website, but I can not find an example that can guide me to do this, I really do not know if I can if someone can help me please. Here I leave part of the code t...
asked by 23.11.2018 / 05:54
2
answers

Restrictions on an input of type date

I am new to Javascript, and I can not find a way for the user to only select dates +2 days of the current day, and that Saturday and Sunday are not available. The only thing I found was how to give maximum and minimum dates Does anyone know h...
asked by 04.11.2018 / 03:53
3
answers

Help with dynamic table

I'm having a drawback of handling tables. I need to show data from two tables, which I already have stored in the database, the first is services, it shows the existing services and when I click on one of these services I need you to show me ano...
asked by 20.10.2018 / 02:38
1
answer

link to a specific part of another file from a link to

I have a button that redirects to another page of my website. But I want you not to send me to the top, but to a specific part of the file. I'm placing the id in the href , but it does not take it (when I take the id it redirects perfectly,...
asked by 10.09.2018 / 14:15