Created
April 11, 2012 03:57
-
-
Save ebinnion/2356749 to your computer and use it in GitHub Desktop.
onFocus & onBlur
This file contains 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
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