gpt4 book ai didi

javascript - 无法重新渲染事件 fullCalendar

转载 作者:行者123 更新时间:2023-11-28 07:29:14 25 4
gpt4 key购买 nike

我尝试通过从服务器更新新数据来重置事件,但它不起作用,我不知道为什么。看来一切都好。

我首先删除所有事件并向其添加新源。

谢谢。

$.ajax({
type: 'POST',
url: '/time_slots/bulk',
dataType: 'json',
data: {
time_slot: JSON.stringify(timeSlots),
user_id: user_id
},
success: function(timeSlots) {
calendar.fullCalendar('removeEvents');
timeSlots.forEach(function(el) {
calendar.fullCalendar('renderEvent', el);
});
window.currentTimeSlots = timeSlots;
}
});

最佳答案

抱歉,我忘记了事件的标题,因此无法正确呈现。

关于javascript - 无法重新渲染事件 fullCalendar,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/29293899/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com