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

https://github.com/maelweb/mcalenders


https://github.com/maelweb/mcalenders

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

          

# jQuery calenders

一款简洁扩展方便的日历组件

## How to use?

依赖jQuery

```html

```

引入相应的源文件
```html









```

创建input元素
```html

```

调用

```javascript

$('input').calender(); // 日历组件
$('input').doubleMonth(); // 日历区间选取组件
$('input').weeks(); // 工作周选取组件

```