Skip to content

Instantly share code, notes, and snippets.

@joliveras
Last active October 22, 2015 08:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save joliveras/dac7ded962660a9d1bc2 to your computer and use it in GitHub Desktop.
Save joliveras/dac7ded962660a9d1bc2 to your computer and use it in GitHub Desktop.
Añadir placeholders mediante jQuery
$( "html:lang(es) #form_name" ).attr("placeholder", "Tu nombre");
$( "html:lang(en) #form_name" ).attr("placeholder", "Your name");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment