I don’t want the “today” highlighting displayed on my JQuery UI datepicker.
The gotoCurrent option is meant to make the highlighting move to the selected date. This would be fine.
However setting gotoCurrent to true has no effect. What am I doing wrong?
I don’t want the today highlighting displayed on my JQuery UI datepicker. The gotoCurrent
Share
the gotoCurrent controls the behavior of ‘Today’ button in the ButtonPanel.
to disable Today’s highlighting:
in the file ui.datepicker.js:
search for :
and delete the highlight class (or delete the whole line) :
you should get what you want.