The Zabuto Calendar jQuery Plugin lets you add a simple month calendar to your web page. It's lightweight, efficient and easy to use.
Include jQuery and use the minified production versions of the javascript and stylesheet. Initialize the calendar on your web page:
<script src="https://code.jquery.com/jquery-3.3.1.min.js" integrity="sha256-FgpCb/KJQlLNfOu91ta32o/NMZxltwRo8QtmkMRdAu8=" crossorigin="anonymous"></script>
<script src="[your-path-to]/zabuto_calendar.min.js"></script>
<link href="[your-path-to]/zabuto_calendar.min.css" rel="stylesheet">
<div id="my-calendar"></div>
<script>
$(document).ready(function () {
$("#my-calendar").zabuto_calendar();
});
</script>
Examples for the use of the calendar are included in the sources. You can also check them out in the demo: https://www.zabuto.com/dev/calendar/demo/.
Please review the guidelines for contributing for more information.
Licensed under the MIT license.