An open API service indexing awesome lists of open source software.

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

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();
});

```