Prototype Calendar
Prototype Calendar 是一个 Prototype 的插件,用来实现日历选择的效果,如下图所示:
示例代码:
<input id="calendar" type="text" />
<script type="text/javascript">
new Calendar('calendar');
</script>
评论
Prototype Calendar 是一个 Prototype 的插件,用来实现日历选择的效果,如下图所示:
示例代码:
<input id="calendar" type="text" />
<script type="text/javascript">
new Calendar('calendar');
</script>