Skip to content

Instantly share code, notes, and snippets.

@RatzeR
Created October 1, 2013 11:37
Show Gist options
  • Save RatzeR/6777169 to your computer and use it in GitHub Desktop.
Save RatzeR/6777169 to your computer and use it in GitHub Desktop.
$("input").on("focus", function(){
var elem = $(this).attr("value");
$(this).attr("value", "");
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment