带有事件的当前单元格单击full_calendar

时间:2015-11-19 04:30:22

标签: javascript jquery fullcalendar

嗨我正在收集一些事件并在背景中呈现它们

eventSources: [{
  {
    url:        '/appointments/non_working_times.json',
    type:       'GET',
    rendering:  'background',
    color:      'black !important',
    className:  'unavailable'
  }],

然后,您可以看到日历加载了一些黑色事件

background and appointment events

现在我要做的是在单击一个单元格时显示警告,而这个单元格是带有dayClick event的黑色...我的意思是这样的:

dayClick: function(date, jsEvent, view) { 
 alert('current cell is not available') //just if the current cell color is black
},

我已尝试使用$(this)验证当前类,但我看不到任何使单元格着色的类

感谢您的帮助

1 个答案:

答案 0 :(得分:0)

解决方案很简单......对某些人来说可能很有用

Yii::app()->params['secretKeyExpire']