Questions tagged as 'input'

0
answers

Bug z-index IE - Reading marker [input] overlapping dropdown menu

Has anyone ever had this problem in IE? I have a menu and just below an input field. When I select the input field and the reading marker appears, it overlaps the dropdown menu.     
asked by 28.04.2015 / 16:05
1
answer

Add Input with Jquery and how to get input data

I have 1 button in JS that creates input. Only I can not get this input data. I can create each input with a different name , but I have no idea how can I get these values from php . I tried to send the var add to loop, but it can not ge...
asked by 18.02.2015 / 15:42
1
answer

Replacing Wrong Words in a Text Field

I would like an idea of how to create something of the type, text field, where we enter some wrong word (s) and then it is corrected. For example: <body><input type="text" id="exibir" onkeyup="troca()"/></body> <scri...
asked by 15.04.2016 / 03:41
1
answer

how to count number of input elements of html with php?

I need to count the number of input file elements because they are created dynamically at the click of a button <input class="tf" type="file" name="pic[]" accept="image/*"> This is the line that is created dynamically, but I n...
asked by 24.10.2015 / 20:58
4
answers

Using default value in HTML5 [closed]

I'm trying to bring a value into an input text disabled but the field is being shown as empty. I already removed the disabled and it continues to come in blank. <input type="text" name="anterior" id="anterior" size="13" maxlength="50" disab...
asked by 20.10.2017 / 12:10
2
answers

Problems with input results after using an "int ()"

Code sample: idade = input("Qual a sua idade? ") int(idade) if idade >= 45: print("Tá velho cara, já era!") else: print("A vida está só começando rapaz!") Error encountered: Qual a sua idade? 45 Traceback (mos...
asked by 28.12.2018 / 01:49
2
answers

Adding more fields in form dynamically in Jquery [duplicate]

I'm creating a form, in which the user will add more fields dynamically. I took the function of this tutorial: link The problem is when adding, I want each field to come with a different "Name". type: "Text1", "Text2", "Text3" ... how do...
asked by 14.01.2016 / 21:25
1
answer

Know whether input is focused or not in real time

Hello, I would like to make a condition in javascript where input is focused, label is none and when the person clicks off it and "blurs", label reappears. But I do not know how to do this condition to check the real t...
asked by 25.10.2018 / 21:09
4
answers

how to calculate the number of days with input of type date? [duplicate]

My question is: I have two input of type date. What I want to do in Javascript is to calculate the amount of days from the first to the second, ie if the person put dateEnter = day 06/02/2018 in the first input and dataSaida = 06/06/2018...
asked by 02.06.2018 / 06:47
2
answers

Required field message with jQuery

People I did a validation that when the user does not fill the input my button is disabled more wanted to display a message to inform the user that the field should be filled it is possible to do this if yes they could help me follow my c...
asked by 08.08.2017 / 14:52