sebasira / zabuto-calendar

This library is a jQuery plugin that lets you add a month calendar to your web page.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zabuto Calendar

The Zabuto Calendar jQuery Plugin lets you add a simple month calendar to your web page. It's lightweight, efficient and easy to use.

Getting Started

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

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/.

Issues and contributing

Please review the guidelines for contributing for more information.

License

Licensed under the MIT license.

About

This library is a jQuery plugin that lets you add a month calendar to your web page.

License:MIT License


Languages

Language:JavaScript 94.4%Language:CSS 5.1%Language:HTML 0.5%