Skip to content

Instantly share code, notes, and snippets.

@abdullahbutt
Last active August 29, 2015 13:57
Show Gist options
  • Select an option

  • Save abdullahbutt/9656519 to your computer and use it in GitHub Desktop.

Select an option

Save abdullahbutt/9656519 to your computer and use it in GitHub Desktop.
placeholder using jquery
<script src="js/jquery-1.7.2.min.js"></script>
<script>
$(document).ready(function()
{
$('#password').attr('placeholder','Password');
$('#email').attr('placeholder','E-mail');
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment