https://github.com/hectorqin/scrolldate
https://github.com/hectorqin/scrolldate
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/hectorqin/scrolldate
- Owner: hectorqin
- Created: 2016-04-21T06:56:19.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-04-21T07:08:07.000Z (about 9 years ago)
- Last Synced: 2025-02-09T07:27:04.510Z (4 months ago)
- Language: JavaScript
- Size: 5.86 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# scrollDate
为了实现android月历类似效果,我自己编写的半成品,基本实现周历/月历的切换和跳转,但是前后切换的连贯效果尚未实现,如果有任何建议,请提出。其它功能各位可按需修改。本插件需要jquery依赖。touch.js可用于实现滑动切换上下周/月### 简单使用
var scrollDate=$.scrollDate({
selector:'#scrollContainer', //默认为body
type:1, //1为周历,0为月历(默认)
click:function(d){} //点击事件
});### 两种模式
####周历
实例化时传入参数 type:1 即可
####月历
默认为月历### 接口
####上月/下月,上周/下周
scrollDate.next() scrollDate.last()####设置日期
scrollDate.setDate() 直接设置日期