js_Calendar控件使用

来源:互联网 发布:图像压缩算法 编辑:程序博客网 时间:2024/06/05 15:34

简单的日期空间使用

<html><head><script src="jquery-1.4.4.js"></script><script src="Calendar.js"></script><script>$(function(){$(":text").bind("click",function(){new Calendar().show(this);});});</script><title>calendar</title></head><body><input type="text" style="cursor:default" size="10" maxlength="10" readonly></body></html>


原创粉丝点击