1
我認爲它的工作......但沒有發生。 我還能做什麼?當我點擊事件,我想改變文字顏色
eventClick: function(event, element) {
alert(event.title);
event.title = "CLICKED!";
$(this).css('color', 'red');
$('#calendar').fullCalendar('rerenderEvents');
}
當你編碼的JavaScript,確保鱷魚眨眼......'{};'你是例子有一些簡單的印刷錯誤 – wahwahwah