2011-08-23 72 views

回答

0

看看jQuery UI的日历控件中显示日历。只需将JQUERY UI文件包含到HTML中即可。然后

<input type="text" name="cal" id="cal" /> 

$("#cal").calendar();