这里我在fullcalender中显示事件。这里的测试事件时间是上午10:00到下午12:00但这一事件是在顶层播放的。var m = date.getMonth(); $('div[id*=calendar]').fullCalendareventRender: function(event, element) {
v
我正在使用来显示日程表。当用户单击某个事件时,我希望获得日历事件id。我通过FullCalendar点击事件做到了这一点: ...eventClick: function(calEvent, jsEvent, View) console.log(calEvent.id); });
我想通过使用JQuery//How do I get the the FullCa