1
処理後のカレンダーの色を変更します。 初期状態の色を変更する代わりに、後で特定のイベントの色を変更したいと考えています。処理後のイベントの色を変更するには
function change_color(event_id){
.....
change color event
}
$(document).ready(function() {
$('#calendar').fullCalendar({
.......
});
});
ご回答いただきありがとうございます。 私はしようとします。 – rosi