Skip to content

Instantly share code, notes, and snippets.

@sletix
Created November 20, 2009 22:19
Show Gist options
  • Save sletix/239834 to your computer and use it in GitHub Desktop.
Save sletix/239834 to your computer and use it in GitHub Desktop.
Penrake demo
<form action="" method="post" id="simple_callback_form">
<p><input type="text" id="name"/></p>
<p><input type="text" id="email"/></p>
</form>
<script type="text/javascript">
$('#name').penrake({value:"Name"});
$('#email').penrake({value:"Email",active:"green"});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment