• 授权协议:MIT
  • 开发厂商:-
  • 软件语言:JavaScript
  • 更新日期:2015-12-10
Monthpicker

Monthpicker jQuery 月历插件

Monthpicker jQuery 月历插件 项目简介

Monthpicker 是 jQuery 的月历插件。示例代码:$('#monthpicker').monthpicker({
    years:          [2015, 2014, 2013, 2012, 2011],
    topOffset:      6,    onMonthSelect:  function(m, y) {      console.log('Month: ' + m + ', year: ' + y);
    }
});

Monthpicker jQuery 月历插件 评论内容