Created
August 21, 2012 17:53
-
-
Save CodeNegar/3417854 to your computer and use it in GitHub Desktop.
html: javascript textbox watermark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<input type="text" id="terms" size="40" onblur="if ( this.value == '' ) this.value = this.defaultValue" onfocus="if ( this.value == this.defaultValue ) this.value = ''" value="type your search here"> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment