Top "Input" questions

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

Change cursor type on input type="file"

Simple question... How do I change the cursor type on a file input type? I've tried the following: <!DOCTYPE …

html css input
jQuery get values from inputs and create an array

I have many inputs on a page. I want to create an associative array with each input's name and value …

javascript jquery input key-value
jQuery: hide and show an input element

I'm trying to do is hiding/showing a certain input object if a select value is checked. Code in JSFiddle …

jquery input hide show
Select2 start with input field instead of dropdown

I use the js library select2. This is a screenshot of what I have now: Start: Click on dropdown: Now …

javascript jquery drop-down-menu input jquery-select2
Finding the Values of the Arrow Keys in Python: Why are they triples?

I am trying to find the values that my local system assigns to the arrow keys, specifically in Python. I …

python input ascii non-ascii-characters control-characters
Is <input> well formed without a <form>?

Is it valid to have <input> without it being in a <form>? Have a process for …

html forms input
Remove iOS input shadow

On iOS (Safari 5) I have to following for input element (top inner shadow): I want to remove top shadow, bug …

ios css input
Whats the difference between textarea and input type text in angularjs

Just not sure what the difference is. Trying to figure out what's best for my use case.

html input textarea
Analyzing string input until it reaches a certain letter on Python

I need help in trying to write a certain part of a program. The idea is that a person would …

python string input edit
How to make a greyed-out HTML form?

I'd like to have a group of HTML text <input>'s that can be all greyed-out (disabled) at …

html forms input disabled-input