/ Published in: JavaScript
Expand |
Embed | Plain Text
onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'Question...':this.value;" value="Question..."
You need to login to post a comment.
cfergus on 05/12/11
form default input auto hide text remove click focus from field
onclick="this.value='';" onfocus="this.select()" onblur="this.value=!this.value?'Question...':this.value;" value="Question..."
You need to login to post a comment.