Skip to content

Instantly share code, notes, and snippets.

@beshur
Created July 9, 2012 15:37
Show Gist options
  • Save beshur/3077208 to your computer and use it in GitHub Desktop.
Save beshur/3077208 to your computer and use it in GitHub Desktop.
HTML clear input on focus
<input name="Phone" value="Enter your phone" type="text" onfocus="if (this.value=='Enter your phone') {this.value=''}" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment