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

https://github.com/stavinli/super-calendar

日历-选择入住离开时间
https://github.com/stavinli/super-calendar

calendar

Last synced: about 1 year ago
JSON representation

日历-选择入住离开时间

Awesome Lists containing this project

README

          

# super-calendar
日历-选择入住离开时间

### 效果预览
- [在线预览 https://stavinli.github.io/super-calendar/index.html](https://stavinli.github.io/super-calendar/index.html)

### 图片预览

![Alt text](https://github.com/StavinLi/super-calendar/blob/master/images/1532421401228.gif)

### 使用说明
- 1.引入文件css
```


```
- 2.html内容
```

入住日期 — 离开日期




```
- 3.引入js及js方法调用
```

$(".calendar-box").superCalendar({
target: "#rent-time",
callback: function(date) {
console.log(date)
}
});

```
### API介绍
1. target 点击对象
2. callback 回调函数