Skip to content

Instantly share code, notes, and snippets.

@CodeNegar
Created August 21, 2012 17:53
Show Gist options
  • Save CodeNegar/3417854 to your computer and use it in GitHub Desktop.
Save CodeNegar/3417854 to your computer and use it in GitHub Desktop.
html: javascript textbox watermark
<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