类似Datepicker的月份选择插件

插件基于

1.jquery(1.6.4)其他版本未测试

2.JqueryUI的css

使用示范:

<link type="text/css" href="jquery-ui-1.8.2.custom.css" rel="stylesheet" />

<script src="jquery-1.6.4.js" type="text/javascript"></script>
<script src="monthpicker.js"></script>
<script>
    $(function () {
        $("#Hope").monthpicker();
    })
</script>
<input id="Hope" type="text" />
更多配置项可以查看options

Demo

代码

另外有一个老外写的比较不错的可以参考下:http://lucianocosta.info/jquery.mtz.monthpicker/


你可能感兴趣的:(类似Datepicker的月份选择插件)