Skip to content

Instantly share code, notes, and snippets.

@sletix
Created November 20, 2009 21:46
Show Gist options
  • Save sletix/239812 to your computer and use it in GitHub Desktop.
Save sletix/239812 to your computer and use it in GitHub Desktop.
Penrake demo
<form action="" method="post" id="simple_form">
<p><input type="text" alt="Type login" /></p>
<p><input type="password" alt="Type password" /></p>
</form>
<script type="text/javascript">
$('#simple_form input').penrake();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment