jQuery Boilerplate
by nwellcome
HTML
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title></title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="container">
<header></header>
<div id="main" role="main"></div>
<footer></footer>
</div>
</body>
</html>
JavaScript
$(document).ready(function() {
checkValidInput();
});