Skip to content

Instantly share code, notes, and snippets.

@huezoaa
Created February 5, 2015 20:50
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 huezoaa/4dcfa099016b979e3d15 to your computer and use it in GitHub Desktop.
Save huezoaa/4dcfa099016b979e3d15 to your computer and use it in GitHub Desktop.
Input Validation - JQuery homework
<!doctype html>
<html>
<head>
<meta charset="UTF­8"></meta>
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="Input_Validation.js"></script>
<link rel="stylesheet" type="text/css" href="Input_Validation.css" />
<title>InputValidation</title>
</head>
<body>
<h1>Text input:</h1>
<input type="text"></input>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment