wigjs
Version:
Minimalistic, scalable, extensible, dependency-less Front-end factory for HTML5 applications
16 lines (13 loc) • 423 B
HTML
<html>
<head lang="en">
<meta charset="UTF-8">
<title>Wig.js - jQuery demo</title>
<link rel="stylesheet" href="lib/jquery-ui-1.11.2.custom/jquery-ui.css">
<script src="lib/jquery-2.1.3.js"></script>
<script src="lib/jquery-ui-1.11.2.custom/jquery-ui.js"></script>
<script src="../../wig.js"></script>
<script src="js/DatePicker.js"></script>
</head>
<body></body>
</html>