Skip to content

Instantly share code, notes, and snippets.

@devdays
Created November 30, 2014 18:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save devdays/3563c63461fc3994aaea to your computer and use it in GitHub Desktop.
Save devdays/3563c63461fc3994aaea to your computer and use it in GitHub Desktop.
jQuery HTMLForms
<!-- jQuery (HTML5Forms requires jQuery 1.4 and higher) -->
<script src="Scripts/jquery-1.7.1.min.js"></script>
<!-- jQuery.html5form plugin -->
<script src="Scripts/jquery.html5form-1.5-min.js"></script>
<script>
$(document).ready(function () {
$('#myform').html5form();
});
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment