标签: jquery asp.net-mvc jquery-ui-datepicker
我在部分视图上使用Jquery datepicker。从datepicker中选择日期后,它不会关闭或隐藏。日期选择器弹出窗口仍在页面上打开
答案 0 :(得分:0)
您需要在配置中添加autoClose:true:
$('#datepicker').datepicker({ autoClose: true});