您的位置:首页 > 其它

类似Datepicker的月份选择插件

2013-06-14 15:22 295 查看
插件基于

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/
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: