Zabuto Calendar Save

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

Project README

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.

Open Source Agenda is not affiliated with "Zabuto Calendar" Project. README Source: zabuto/calendar
Stars
349
Open Issues
19
Last Commit
1 year ago
Repository
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating