How do I make a "input type text" go invisible with JavaScript?

Posted by Anonymous the Great on Stack Overflow See other posts from Stack Overflow or by Anonymous the Great
Published on 2010-06-10T02:11:40Z Indexed on 2010/06/10 2:22 UTC
Read the original article Hit count: 168

Filed under:
<input type="text" value="Text box"/>
<input type="button" onclick="toggle();"/>

How do I make the text box disappear and reappear with JavaScript?

© Stack Overflow or respective owner

Related posts about JavaScript