如何使用 Jquery Datepicker 在 beforeeshowday 中突出显示两种不同类型的特殊日期?
我的意思是,我发现 这里有一种禁用国庆节数组的方法。
我正在尝试编写一个代码来禁用国庆日,并突出显示其他一些日子(我正在编写一个网络应用程序,我将通过另一天的数组),但让它们启用。
想象一个日历,您可以看到三种不同的日期颜色。第一个,今天的约会。第二个,灰残国庆节。在第三种颜色中,不同的日子会发生一些特别的事情。
这可能吗?
另外,我在哪里可以找到 datepicker ui 中的 css 代码来更改默认日期和禁用的日期 css 属性。
提前致谢。
I mean, I found here a way to disable an array of nationalDays.
I'm trying to make a code to disable the national days and also to highlight some other days (I'm coding a web app and I will pass another array of days) but to let them enabled.
Imagine a calendar where you can see three different day colors. The first one, today's date. The second, greyed disabled national days. And in a third color, different days where something special will happen.
Is this possible.
Also, where can i find the css codes in datepicker ui to change the default date, and the disabled date css properties.
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
根据您链接到的页面的功能:
Based on the function from the page you linked to: