gpt4 book ai didi

asp.net - 选择日期时如何关闭 Bootstrap 日期时间选择器

转载 作者:行者123 更新时间:2023-12-01 12:24:20 27 4
gpt4 key购买 nike

我正在使用 Bootstrap 日期时间选择器 ( http://eonasdan.github.io/bootstrap-datetimepicker/Installing/ )。

当我选择日期时,选择器不会隐藏,我必须在外面单击才能关闭它。选择/单击日期时如何关闭日期时间选择器?

<div class="col-sm-3">
<asp:TextBox ID="date2" class="form-control" runat="server"
onfocus="this.style.backgroundColor='yellow'"
onblur="this.style.backgroundColor='cyan'"/>
<script type="text/javascript">
$(function () {
$('#date2').datetimepicker();
});
</script>
</div>

最佳答案

您可以使用以下代码强制日期时间选择器隐藏自身。

$('#date2').data("DateTimePicker").hide();

对于 hide 等其他功能,请考虑查看 documentation .

关于asp.net - 选择日期时如何关闭 Bootstrap 日期时间选择器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41519074/

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