fullcalendar重新渲染

为什么80%的码农都做不了架构师?>>>   hot3.png

uiCalendarConfig.calendars.lesson_calendar.fullCalendar('removeEvents');
var ym = uiCalendarConfig.calendars.lesson_calendar.fullCalendar('getView').title;
$scope.get_lesson(ym.split('年')[0],ym.split('年')[1].split('月')[0]);
uiCalendarConfig.calendars.lesson_calendar.fullCalendar('getEventSources');

或者,第二种需要直接在fullCalendar的events属性中push

uiCalendarConfig.calendars.lesson_calendar.fullCalendar('refetchEvents');

转载于:https://my.oschina.net/lccchn/blog/2173410

你可能感兴趣的:(fullcalendar重新渲染)