gpt4 book ai didi

jquery - jQuery DatePicker今天按钮颜色

转载 作者:行者123 更新时间:2023-12-01 04:46:33 25 4
gpt4 key购买 nike

    <link rel="stylesheet" href="//code.jquery.com/ui/1.11.3/themes/smoothness/jquery-ui.css">
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
<script src="//code.jquery.com/ui/1.11.3/jquery-ui.js"></script>

$("#datepicker").datepicker(
{
changeMonth: true,
changeYear: true,
dateFormat: 'dd.mm.yy',
showButtonPanel: true,
gotoCurrent: true
});

$.datepicker._gotoToday = function (id) {
$(id).datepicker('setDate', new Date()).datepicker('hide').blur();
};


我在jQuery datepicker中有今天按钮。今天按钮是不同的颜色。关闭按钮是不同的颜色。今天按钮看起来像是浅银色,关闭按钮看起来是暗银色。

如何显示“今天”按钮为深银色(与关闭按钮相同)?

最佳答案

您好@soner希望对您有所帮助
jQuery datepicker

关于jquery - jQuery DatePicker今天按钮颜色,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28586735/

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