gpt4 book ai didi

javascript - 显示 jquery 年历

转载 作者:行者123 更新时间:2023-11-29 16:08:29 26 4
gpt4 key购买 nike

我想显示 jquery 年历,如图所示。

enter image description here

现在我只显示月历 JSFiddle

$(function () {
$("#datepicker").datepicker({
changeMonth: true,
changeYear: true
});
});
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>

<p>Date:
<div id="datepicker"></div>
</p>

最佳答案

可以添加

numberOfMonths: [3, 4] 在你的 jquery 中

FIDDLE EXAMPLE

您可以根据需要编辑[行,列]

关于javascript - 显示 jquery 年历,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34759319/

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