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

Load Balancing in Bluemix using custom domain and DNS SRV records -

oracle - pls-00402 alias required in select list of cursor to avoid duplicate column names -

python - Consider setting $PYTHONHOME to <prefix>[:<exec_prefix>] error -