Fetch the repository succeeded.
This action will force synchronization from 笔心/jquery.datepicker, which will overwrite any changes that you have made since you forked the repository, and can not be recovered!!!
Synchronous operation will process in the background and will refresh the page when finishing processing. Please be patient.
日期选择控件,依赖jquery,代码简单,小巧,只提供最基本的功能,可以自己进行二次开发,自定义样式,保持更新。
<link rel="stylesheet" type="text/css" href="datepicker.css">
<script src="jquery.js"></script>
<script src="datepicker.js"></script>
<input type="text" id="test">
<script>
$('#test').datepicker();
</script>
Sign in for post a comment
Comments ( 0 )