关于jQueryEasyUI DateBox的基本使用

页面中添加了:

<tr>
<td class="itemtxt">
计划完成时间:
</td>
<td>
<input type="text" name="completeDate" id="completeDate" style="width: 200px;" class="easyui-datebox" />
</td>
</tr>
View Code

 

 

正文中必须有相应代码初始化才行!!!

$(document).ready(function () {

 $("#completeDate").datebox();
}
View Code

 

posted on 2014-06-22 18:32  IT流浪者  阅读(107)  评论(0编辑  收藏  举报