Top "Input" questions

Input is usually related to user input, i.e., to the data that user supplies to a running application.

How to customize <input type="file">?

Is it possible to change the appearance of <input type="file">?

html css file-upload input
onchange event on input type=range is not triggering in firefox while dragging

When I played with <input type="range">, Firefox triggers an onchange event only if we drop the slider …

javascript html firefox input onchange
How to read a single character from the user?

Is there a way of reading one single character from the user input? For instance, they press one key at …

python input
Implement an input with a mask

I would like to implement a mask for a text input field which accepts a date. The masked value should …

html date input mask data-masking
Reading in from System.in - Java

I am not sure how you are supposed to read in from system input from a Java file. I want …

java input system.in
Determine the number of lines within a text file

Is there an easy way to programmatically determine the number of lines within a text file?

c# input text-files
Android Reading from an Input stream efficiently

I am making an HTTP get request to a website for an android application I am making. I am using …

java android input stream bufferedreader
jQuery 'input' event

I've never heard of an event in jQuery called input till I saw this jsfiddle. Do you know why it's …

jquery events input
Phone mask with jQuery and Masked Input Plugin

I have a problem masking a phone input with jQuery and Masked Input Plugin. There are 2 possible formats: (XX)XXXX-XXXX (…

javascript jquery input mask maskedinput
Do checkbox inputs only post data if they're checked?

Is it standard behaviour for browsers to only send the checkbox input value data if it is checked upon form …

html input checkbox