Top "Input" questions

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

How to set a class attribute to a Symfony2 form input

How can I set the HTML class attribute to a form <input> using the FormBuilder in Symfony2 ? Something …

php forms symfony input formbuilder
jQuery: Get the cursor position of text in input without browser specific code?

Is there any way in jQuery to get the current cursor-position in an text input without doing ugly browser specific …

jquery input cursor-position
How do you get the cursor position in a textarea?

I have a textarea and I would like to know if I am on the last line in the textarea …

javascript jquery html input textarea
cin and getline skipping input

earlier i posted a question about cin skipping input, and I got results to flush, and use istringstream, but now …

c++ input getline cin
How to get folder directory from HTML input type "file" or any other way?

So I have a basic form input with the type "file" however I want the user to be able to …

html file input directory
jQuery: how to find first visible input/select/textarea excluding buttons?

I tried $(":input:not(input[type=button],input[type=submit],button):visible:first") but it doesn't find anything. What is …

jquery input jquery-selectors
Multiple input box excel VBA

Right now I've been using multiple Input boxes to get user input for a couple of strings i need: Dim …

excel vba input multiple-columns
Changing the highlight color when selecting text in an HTML text input

I've been looking for this throughout the web and can't even find anyone else even asking this, let alone a …

html css text input highlight
Read input numbers separated by spaces

This may be a total beginner's question, but I have yet to find an answer that works for me. Currently, …

c++ input spaces
Java using scanner enter key pressed

I am programming using Java. I am trying write code which can recognize if the user presses the enter key …

java input console java.util.scanner bufferedreader