/ Published in: JavaScript
URL: http://css-tricks.com/snippets/javascript/clear-field-on-focus/
Expand |
Embed | Plain Text
<input type="text" onfocus="if(this.value == 'value') { this.value = ''; }" value="value" />
You need to login to post a comment.
