Skip to content

Instantly share code, notes, and snippets.

@mjgaylord
Created March 18, 2010 15:28
Show Gist options
  • Save mjgaylord/336467 to your computer and use it in GitHub Desktop.
Save mjgaylord/336467 to your computer and use it in GitHub Desktop.
<input type="text" name="field-name-here" onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'Enter Email To Get Updates':this.value;" value="Enter Email To Get Updates" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment