jquery easyui只能选择当前日期之前的日期,,,要点具体代码,,,请大家帮忙,, 10

 我来答
老唐100
2013-02-06 · TA获得超过308个赞
知道小有建树答主
回答量:180
采纳率:0%
帮助的人:149万
展开全部
<htmllang="en">
<head>
<meta charset="utf-8" />
<title>jQuery UI Datepicker - Restrict date range</title>
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.0/themes/base/jquery-ui.css" />
<script src="http://code.jquery.com/jquery-1.8.3.js"></script>
<script src="http://code.jquery.com/ui/1.10.0/jquery-ui.js"></script>
<link rel="stylesheet"href="/resources/demos/style.css" />
<script>
$(function() {
$( "#datepicker" ).datepicker({maxDate: "+0D"});//这里控制只能选今天以前的
});
</script>
</head>
<body>
<p>Date: <input type="text"id="datepicker" /></p>
</body>
</html>
追问
maxDate: "+0D" 双引号里面的这个是什么意思???
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式