有没有办法将额外的参数传递给fullcalendar select回调?

时间:2017-12-08 04:42:26

标签: javascript fullcalendar fullcalendar-scheduler fullcalendar-3 fullcalendar-2

我正在使用fullcalendar库来处理日历功能。我目前面临的问题是将额外的参数传递给'select'回调。

      $('#calendar').fullCalendar('select', new_start_date, new_end_date);

我无法从上面的'select'回调中传递额外的参数。有解决方法吗?

渴望的解决方案:

      $('#calendar').fullCalendar('select', new_start_date, new_end_date, extraParam={date: "test"});

这样我就可以检查额外参数中传递的值。

0 个答案:

没有答案