Top "Input" questions

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

What's a Good Javascript Time Picker?

What's a good time picker for jquery or standalone js? I would like something like google uses in their calendar …

javascript jquery time input
Hide Spinner in Input Number - Firefox 29

On Firefox 28, I'm using <input type="number"> works great because it brings up the numerical keyboard on input …

css firefox input spinner
Styling Password Fields in CSS

I'm experiencing a minor issue with fonts in my stylesheet. This is my CSS: body { ... font: normal 62.5% "Lucida Sans Unicode",…

css forms input fonts stylesheet
How to read a single char from the console in Java (as the user types it)?

Is there an easy way to read a single char from the console as the user is typing it in …

java input console
Play audio as microphone input

I am to test voice recognition programs. Some which I have access to the code and others where I don't. …

audio input simulate
How to get the containing form of an input?

I need to get a reference to the FORM parent of an INPUT when I only have a reference to …

javascript jquery forms input
What is the recommended way to make a numeric TextField in JavaFX?

I need to restrict input into a TextField to integers. Any advice?

input filter textfield javafx
Multiple inputs on one line

I have looked to no avail, and I'm afraid that it might be such a simple question that nobody dares …

c++ input cin
Styling text input caret

I want to style the caret of a focused <input type='text'/>. Specifically, the color and thickness.

html css input caret
Get the value of input text when enter key pressed

I am trying this: <input type="text" placeholder="some text" class="search" onkeydown="search()"/> <input type="text" …

javascript html input keycode