jquery/jquery-ui

Datepicker show/hide function not working

Open

#2,360 创建于 2025年7月13日

在 GitHub 查看
 (3 评论) (0 反应) (0 负责人)JavaScript (11,194 star) (5,390 fork)batch import
Comp: Datepickerhelp wanted

描述

When create a datepicker for a div (non-input) elementm the show/hide functions don't work.

<div id="datepicker"></div>

<link rel="stylesheet" href="https://code.jquery.com/ui/1.14.1/themes/base/jquery-ui.css">
<script src="https://code.jquery.com/jquery-3.7.1.js"></script>
<script src="https://code.jquery.com/ui/1.14.1/jquery-ui.js"></script>
<script>
$("#datepicker").datepicker();
$("#datepicker").datepicker("hide");
</script>

贡献者指南