calendar:日历渲染和切换

时间:2024-07-30 05:46:41
【文件属性】:

文件名称:calendar:日历渲染和切换

文件大小:9KB

文件格式:ZIP

更新时间:2024-07-30 05:46:41

JavaScript

日历 轻松生成日历结构 安装 $ cortex install calendar --save 用法 var calendar = require ( 'calendar' ) ; calendar ( selector , options ) ; 类:日历(选择器,选项) new Calendar ( "#calendar-wrapper" , { firstDay : 0 , // Sunday as firstday defaultDate : new Date ( ) , // today as default date renderDay : function ( td ) { } } ) ; 选择器String|DOMElement容器来创建日历。 创建一个新的日历实例。 options.weekday Array ['日','一','二','三','四'


【文件预览】:
calendar-master
----.gitignore(36B)
----package.json(543B)
----gulpfile.js(215B)
----cortex.json(786B)
----css()
--------calendar.styl(2KB)
----LICENSE-MIT(1KB)
----README.md(2KB)
----index.html(2KB)
----lib()
--------index.js(7KB)
----.npmignore(422B)
----test()
--------calendar.js(2KB)
--------calendar.html(112B)

网友评论