Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
datepicker に jQuery プラグインを使用しています。クリックして選択した日付セルの背景色を変更できませんでした。
cssも修正しましたが、成功しませんでした。
jQueryのdatepickerでクリックされたセルのクラスはui-state-active。です。次のような背景色のスタイルを設定できます。
ui-state-active
.ui-datepicker-calendar .ui-state-active { background: red; }