Mothpicker是jQuery的月历插件。
示例代码:
$('#mothpicker').mothpicker({ years: [2015, 2014, 2013, 2012, 2011], topOffset: 6, oMothSelect: fuctio(m, y) { cosole.log('Moth: ' + m + ', year: ' + y); }});开源地址
https://github.com/lugolabs/monthpicker授权协议
MIT
Mothpicker是jQuery的月历插件。
示例代码:
$('#mothpicker').mothpicker({ years: [2015, 2014, 2013, 2012, 2011], topOffset: 6, oMothSelect: fuctio(m, y) { cosole.log('Moth: ' + m + ', year: ' + y); }});Monthpicker 是 jQuery 的月历插件。 示例代码:
$('#monthpicker').monthpicker({
years: [2015, 2...
评论