Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gabrielgodoy-zz/5c9a0fa3804bdbbcf120 to your computer and use it in GitHub Desktop.
Save gabrielgodoy-zz/5c9a0fa3804bdbbcf120 to your computer and use it in GitHub Desktop.
<input type="text" onfocus="if(this.value === 'Value') { this.value = ''; }" onblur="if(this.value === '') { this.value = 'Value'; }" value="Value" name=""
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment