Skip to content

Instantly share code, notes, and snippets.

@ebinnion
Created April 11, 2012 03:57
Show Gist options
  • Save ebinnion/2356749 to your computer and use it in GitHub Desktop.
Save ebinnion/2356749 to your computer and use it in GitHub Desktop.
onFocus & onBlur
onfocus="if (this.value == 'Enter Your Email') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter Your Email';}"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment