Heyhou,
I want to fadeOut the "eventbar" in the calendar I have deleted. What should I do?
eventClick: function(calEvent, jsEvent, view) {
// $(this).animate({ opacity: 0 }, 1000); <- ???
$('#kal').fullCalendar('removeEvents', calEvent.id);
}
Thanks for ur answers!