Jquery datepicker: highlight 'today' when clicked? -


i have jquery datepicker on site, calendar visible. problem cannot seem select 'today'. well, can, doesn't change highlight other days do, keeps 'today-look' , pretty confusing.

  1. is there built-in way how highlight today when selected (as other elements are)? <- preferred
  2. is there way hide today's highlight js?

thank you!

you can override jquery ui css.try jsfiddle

/*selected date */ .ui-state-active{  color:red !important; } /*todays date*/ .ui-state-highlight{    border:none !important;     }  

Comments

Popular posts from this blog

javascript - How to get current YouTube IDs via iMacros? -

c# - Maintaining a program folder in program files out of date? -

emulation - Android map show my location didn't work -