https://github.com/maelweb/mcalenders
https://github.com/maelweb/mcalenders
Last synced: 10 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/maelweb/mcalenders
- Owner: MaelWeb
- Created: 2016-01-20T02:21:41.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-01-20T03:48:39.000Z (over 10 years ago)
- Last Synced: 2025-01-12T09:09:05.873Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery calenders
一款简洁扩展方便的日历组件
## How to use?
依赖jQuery
```html
```
引入相应的源文件
```html
```
创建input元素
```html
```
调用
```javascript
$('input').calender(); // 日历组件
$('input').doubleMonth(); // 日历区间选取组件
$('input').weeks(); // 工作周选取组件
```