Return to Snippet

Revision: 40679
at February 5, 2011 03:00 by muzafarova


Initial Code
<input
	type="text"
	id="textfield"
	name="EMAIL"
	value="enter your email address"
	onblur="if (this.value == '') {this.value = 'enter your email address';}"
	onfocus="if (this.value == 'enter your email address') {this.value = '';}"
>

Initial URL


Initial Description


Initial Title
Input tag onblur/onfocus

Initial Tags
jquery

Initial Language
jQuery