jquery多个日期选择日期未突出显示 [英] jquery multiple datepicker selected dates not highlighted well

查看:108
本文介绍了jquery多个日期选择日期未突出显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我想知道如何在以下jquery多个日期戳中更改突出显示日期的样式。

 < input id =datePicktype =text/> 

$('#datePick')。multiDatesPicker();

请检查: 阅读此页底部提示

  .ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
background:#743620;
颜色:白色;
}


I would like to know how can i change the styles of highlighted dates in following jquery multiple datepicker.

<input id="datePick" type="text"/>

$('#datePick').multiDatesPicker();

please check this : http://jsfiddle.net/3t4j9/

解决方案

Demo Read Here on the bottom of the page Tips

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #743620; 
    color: white;
}

这篇关于jquery多个日期选择日期未突出显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆