I have a select with two options in it. I’d like the default option to have an input displayed below the select element, while the other option, when selected, hides that input and instead displays a paragraph of text. I’ve tried using bind and change but I can’t manage to get it to work. What’s the best way to do this?
Share
Something along these lines should do the trick:
http://jsfiddle.net/J5Enp/