Questions tagged as 'input'

2
answers

Uncheck radio type input

I have two inputs of type radio . Here is the code below: <input type="radio" id="isgift0" name="isgift" value="0" class="arredondado" /> <label for="isgift0">Teste 1</label> <input type="radio" id="isgif...
asked by 27.10.2017 / 21:11
1
answer

Disregard words in the input

I would like to know how to override / disregard certain words placed by users in the input. I have an input where the person should send me the URL of a website, in case they should send the url as site.com/image because I have a script that...
asked by 20.02.2017 / 05:11
1
answer

How to manipulate multiple inputs with same name in Java?

How do I manipulate in the backend using multiple input 's with the same name ? For example: <input type='text' name='telefone' ><br> <input type='text' name='telefone' ><br> <inpu...
asked by 22.06.2016 / 01:52
1
answer

automatic fill in input with jquery php

I would like to convert this code to jquery. To say. Instead of appearing in the iframe, I would like it to be a single page normally, and the insertion would be without refresh. $.post("resultado.php", function(result){ $("#id")....
asked by 25.03.2016 / 05:02
1
answer

Prevent browser autocomplete in password

I have a lock screen that displaces the user by inactivity, asking only the password of the same to access again. It turns out that this screen has no use whatsoever if autocomplete is connected, since anyone can tinker with this pc and enter in...
asked by 09.04.2018 / 19:04
1
answer

CSS Stylize input range

I need to make an input range for age setting like this: Ithoughtaboutmakingthe"big" bar with this fixed 20-by-20 range, or a non-fixed bar like in this example , but I'm a beginner and I do not understand what happens, let alone how to cha...
asked by 08.09.2017 / 14:39
1
answer

Update the database via input using ajax / php

I need to perform an update on a table in the database, reading the data entered in the input, by clicking the button. This is what I have so far: HTML: <td>ADSL</td> <td class="superdanger"> <input type="number" id="...
asked by 16.11.2016 / 14:57
3
answers

input only numbers with jquery

I have a function that validates the characters entered and does not let the user use special characters but this same function does not work for numbers, someone knows some function in jquery to validate only numbers in the input function sem...
asked by 01.03.2017 / 15:53
3
answers

receive two houses after the comma

I need to receive a cash value and am only getting a house after the comma. example 75.50 I get 7.5 and 7 I need to receive 7.00; I'm using Jquery;     
asked by 18.05.2017 / 22:11
3
answers

How to print JavaScript variable value in HTML tag? [closed]

I would like to limit the selection of input date in this way, but it is not working. <script type="text/javascript"> var data = new Date(); var dia = data.getDate(); var mes = data.getMonth(); var ano4...
asked by 13.10.2017 / 17:40