gpt4 book ai didi

javascript - 使用 Materialise 的嵌入式日历

转载 作者:太空宇宙 更新时间:2023-11-04 08:13:43 25 4
gpt4 key购买 nike

有没有办法将 Materialise 日历嵌入到页面中?我知道您可以输入日期选择器并在单击它时显示日历,但我想在页面完全加载后立即显示日历。

最佳答案

HTML:

<input type="text" class="datepicker">

JS:

  $('.datepicker').pickadate({
selectMonths: true, // Creates a dropdown to control month
selectYears: 15, // Creates a dropdown of 15 years to control year,
today: 'Today',
clear: 'Clear',
close: 'Ok',
closeOnSelect: false // Close upon selecting a date,
});

Materialize Link Here

关于javascript - 使用 Materialise 的嵌入式日历,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46060107/

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