Given: I have a text box and a hidden button.
Required: If the text field is neither empty nor empty, show the button. If the text box is blank or empty, hide the button.
Question: How do I do this? Should I use jQuery and bind to a keyup keybox event?
jquery visibility events button textbox
Jim G.
source share