/ Published in: JavaScript
URL: http://www.erummunir.com/240/clear-text-on-input-field-on-click
Expand |
Embed | Plain Text
<input type="text" name="field-name-here" onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'Enter Email To Get Updates':this.value;" value="Enter Email To Get Updates" />
You need to login to post a comment.
