gpt4 book ai didi

javascript - 在 html 中单击按钮获取日历并用所选日期填充文本字段

转载 作者:行者123 更新时间:2023-12-03 12:16:10 25 4
gpt4 key购买 nike

我尝试验证文本字段,输入的输入类型是否为日期模式。我看到了thisthis但没有结果。所以我想在按钮单击时获取日历并填写带有所选日期的文本。如何验证这一点?

提前致谢..

最佳答案

它对我有用,试试这个:

<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>jQuery UI Datepicker - Default functionality</title>
<link rel="stylesheet" href="//code.jquery.com/ui/1.11.0/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.0/jquery-ui.js"></script>
<link rel="stylesheet" href="/resources/demos/style.css">
<script>
$(function() {
$( "#datepicker" ).datepicker();
});
</script>
</head>
<body>
<p>Date: <input type="text" id="datepicker"></p>
</body>
</html>

关于javascript - 在 html 中单击按钮获取日历并用所选日期填充文本字段,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24695593/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com