<!DOCTYPE html>
<html lang="pt-br">
<head>
<title>GJCalendar jquery</title>
<meta charset="utf-8" >
<link href="css/style.css" rel="stylesheet" />
<script src="js/jquery-1.8.3.min.js"></script>
<script src="js/gjcalendar.js"></script>
</head>
<body>
<div id="content">
<header>
<h1>GJCalendar Jquery V.1.0</h1>
</header>
<section>
<div id="calendarView"></div>
</section>
</div>
<script type="text/javascript">
$.gjcalendar.viewCalendar("calendarView");
</script>
</body>
</html>
|