I know this is an extremely simple question… but I do not know the name of the element I am looking for so I can not research it.
I am looking to add one of those up/down arrow buttons that allows you to increment a textbox.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
If you can wait for HTML5, you could have used
input type="number"for this. You can find here a link to a live example (works in browsers supporting HTML5 only though, currently that’s only Opera).But until then you’ll need to look around for a Javascript library using the keyword “spinner”.