https://github.com/devjin0617/jin-calendar-javascript-bootstrap
jin-calendar is html calendar source
https://github.com/devjin0617/jin-calendar-javascript-bootstrap
Last synced: about 1 year ago
JSON representation
jin-calendar is html calendar source
- Host: GitHub
- URL: https://github.com/devjin0617/jin-calendar-javascript-bootstrap
- Owner: devjin0617
- License: mit
- Created: 2014-06-08T09:12:06.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-03-22T01:53:43.000Z (over 9 years ago)
- Last Synced: 2025-02-25T22:31:39.487Z (over 1 year ago)
- Language: JavaScript
- Homepage: https://devjin0617.github.io/jin-calendar-javascript-bootstrap
- Size: 4.88 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
jin-calendar-javascript-bootstrap
=================================
jin-calendar is simeple source of html calendar
## how to use
1. import css&javascript to jquery, bootstrap and jin-calendar library
```
```
2. Add html code
```
Prev
Next
```
3. init with jinCalendar
```
$(document).ready(function() {
jinCalendar.init();
});
```