gpt4 book ai didi

jquery - 如何使用 pickadate.js

转载 作者:行者123 更新时间:2023-12-01 03:14:21 28 4
gpt4 key购买 nike

如何使用 Pickadate.js

我当前使用 pickadate.js 的设置`

<script>
$(document).ready(function(){

$("input").click(function(){

$("#inputdate").pickadate();

});
</script> `

但它没有显示 - 我是 jquery 新手

最佳答案

如果您正确缩进代码,您会看到它:

<script>
$(document).ready(function(){

$("input").click(function(){

$("#inputdate").pickadate();

});
}); //this was missing
</script>

关于jquery - 如何使用 pickadate.js,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18643663/

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