Top "Input" questions

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

How to get text of an input text box during onKeyPress?

I am trying to get the text in a text box as the user types in it (jsfiddle playground): ​ The …

javascript html input onkeypress
Angular2 - Input Field To Accept Only Numbers

In Angular 2, how can I mask an input field (textbox) such that it accepts only numbers and not alphabetical characters? …

html angular input angularjs-directive
How to remove the arrows from input[type="number"] in Opera

Just looking to remove these arrows, convenient in certain situations. I would like to preserve the browser's awareness of the …

css html forms input opera
Why does the jquery change event not trigger when I set the value of a select using val()?

The logic in the change() event handler is not being run when the value is set by val(), but it …

jquery html select input
Delete default value of an input text on click

I have an input text : <input name="Email" type="text" id="Email" value="[email protected]" /> I want …

javascript html input default-value
Sending data from HTML form to a Python script in Flask

I have the code below in my Python script: def cmd_wui(argv, path_to_tx): """Run a web UI.""" …

python html forms input flask
How to read multiple Integer values from a single line of input in Java?

I am working on a program and I want to allow a user to enter multiple integers when prompted. I …

java input java.util.scanner
PHP "php://input" vs $_POST

I have been directed to use the method php://input instead of $_POST when interacting with Ajax requests from JQuery. …

php ajax input
Replace input type=file by an image

Like a lot of people, I'd like to customize the ugly input type=file, and I know that it can't …

css image file button input
jQuery change method on input type="file"

I'm trying to embrace jQuery 100% with it's simple and elegant API but I've run into an inconsistency between the API …

jquery file-upload input event-handling onchange