HTML Select and Text Input

Posted by Vijay Dev on Stack Overflow See other posts from Stack Overflow or by Vijay Dev
Published on 2010-03-23T09:28:04Z Indexed on 2010/03/23 9:33 UTC
Read the original article Hit count: 490

Filed under:
|
|
|
|

We have all seen countless instances of forms with a select drop down having one of it's options as "Other" and on choosing that option, we get to see a input text box (which was hidden all along) asking us to type in our input.

Is there a better way to implement this? Are there plugins out there which will let me do this better? Or are standard HTML elements suffice (some setting to a , may be) ?

© Stack Overflow or respective owner

Related posts about html

Related posts about JavaScript