Skip to content

Instantly share code, notes, and snippets.

@lfalanga
Created March 9, 2020 17:26
Show Gist options
  • Save lfalanga/6970744fd96d636e0f8c3914f3526d24 to your computer and use it in GitHub Desktop.
Save lfalanga/6970744fd96d636e0f8c3914f3526d24 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>HTML Page Title</title>
<style>
</style>
</head>
<body>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
<script>
$(document).ready(function() {
$('#myform').validate({ // initialize the plugin
});
});
</script>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment