Skip to content

Instantly share code, notes, and snippets.

@ericelliott
Created October 2, 2010 14:35
Show Gist options
  • Save ericelliott/607687 to your computer and use it in GitHub Desktop.
Save ericelliott/607687 to your computer and use it in GitHub Desktop.
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script src="jquery.h5validate.js"></script>
<script>
$(document).ready(function () {
$('form').h5Validate();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment