HTML5 Form
jQuery HTML5 Form Plugin
Getting Started
Download the production version or the development version.
In your web page:
<script src="jquery.js"></script>
<script src="dist/html5form.min.js"></script>
<script>
jQuery(function($) {
$('form').html5form();
});
</script>Documentation
Visit the Home page
Examples
Try the Demo
Release History
(Nothing yet)