Top "Input" questions

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

jquery input select all on focus

I'm using this code to try and select all of the text in the field when a user focuses on …

jquery input
Input text dialog Android

When a user clicks a Button in my App (which is printed in a SurfaceView), I'd like a text Dialog …

android text input
What's the difference between `raw_input()` and `input()` in Python 3?

What is the difference between raw_input() and input() in Python 3?

python python-3.x input
Set keyboard caret position in html textbox

Does anybody know how to move the keyboard caret in a textbox to a particular position? For example, if a …

javascript textbox input
Is there any way to prevent input type="number" getting negative values?

I want to get only positive values, is there any way to prevent it using only html Please don't suggest …

html input numbers
CSS/HTML: Create a glowing border around an Input Field

I want to create some decent inputs for my form, and I would really like to know how TWITTER does …

html css input border glow
Disable validation of HTML5 form elements

In my forms, I'd like to use the new HTML5 form types, for example <input type="url" /> (more …

validation forms html input
HTML checkbox onclick called in Javascript

I am having a bit of trouble trying to figure out how to get a certain part of my code …

javascript input checkbox label onclick
More than 1 row in <Input type="textarea" />

I'm having troubles getting my <input type="textarea" /> to have more than 1 row, I tried adding the properties …

input textarea rows lines
Add padding to HTML text input field

I want to add some space to the right of an <input type="text" /> so that there's some …

html css text input textbox