Questions tagged as 'input'

1
answer

Styling the label in an input file type

Is there a way to style a label of a certain form only when the input of type file is with a selected file?     
asked by 16.08.2016 / 15:33
2
answers

Limit the amount of results that appear in the jquery-iu autocomplete

I'm using the jquery-iu Autocomplete and everything is working perfectly. But I would like to improve the script at one point. I'd like to limit the results. Because if I type A in the input, it appears INPUTS results and this is bad from th...
asked by 28.12.2014 / 05:10
1
answer

Javascript - Hide children from the radiobutton when you select another radio from the same group

I have a Radio Button group, some of them have other inputs as children, if they check the Input Father they should appear, if it is unchecked they should disappear. p> As in HTML below: <div style="padding-left:30px;clear:both;" cl...
asked by 26.06.2018 / 15:56
4
answers

maxlength in currency mask

I'm using this currency mask, it works fine even though putting a maxlength into input does not limit the number of numbers. <script language="javascript"> function MascaraMoeda(objTextBox, SeparadorMilesimo, SeparadorDecim...
asked by 06.12.2017 / 20:59
1
answer

Device keyboard stays on Input

I have an application in Xamarin using HybriWebView (HTML screens). Inside it I have a text input at the bottom of the screen and when I click on the input the cell phone keypad is over my input, so I can not see what I'm typing. I found solutio...
asked by 04.05.2017 / 16:27
2
answers

InputBox block CTRL + V

I have the following code: vResultado := InputBox(Application.Title, 'Leia o cartão de Segurança:', ''); Is there a way to block copy and paste in the InputBox?     
asked by 08.02.2017 / 13:26
1
answer

Table with 2 td with select inputs displaying return only on the first line

I have 1 table with 1 list of modules, and I have 2 columns that have some options that can be chosen through select.   The issue is that the select's only loads the data in the first row of the table, the next comes out blank, I think that's t...
asked by 06.09.2017 / 06:03
2
answers

CSS - How to select the last brother?

I have the following HTML structure: <form action="" id="form-contato"> <label for="nome">Nome</label> <input type="text" name="nome" id="nome" placeholder="Nome"/> <label for="email">E-mail</lab...
asked by 18.09.2016 / 15:08
2
answers

Assign input to variable [closed]

I'm making a simple submission form. Basically: The user enters the value to be drawn, fills the data and clicking the confirm button, the result is displayed on the screen. The problem is that I can not create this send function, so that the...
asked by 19.01.2017 / 13:47
1
answer

Validation of form php and ajax

I'm sorry if the question is silly, but I do not know much about ajax and I'm trying to make a basic form to test validation using ajax and php (if at all possible). Good reading on the internet and seeing some articles, so far I have come with...
asked by 28.07.2016 / 15:09