Skip to content

Instantly share code, notes, and snippets.

@RatzeR
Created October 1, 2013 11:18
Show Gist options
  • Save RatzeR/6776999 to your computer and use it in GitHub Desktop.
Save RatzeR/6776999 to your computer and use it in GitHub Desktop.
$("input").each(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