Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save RatzeR/6777176 to your computer and use it in GitHub Desktop.
Save RatzeR/6777176 to your computer and use it in GitHub Desktop.
$("input").on("focusout", function(){
var val = $(this).attr("placeholder");
$(this).attr("value", val);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment