通过几个月,几周或几天的时间过快导致错误
更改一个月/一周/天后,fullCalendar将重新提取事件。 但是,如果我太快或更快地改变了几个星期或几周,它就会给我错
我提到了这样的事件源:
eventSources: [
// your event source
{
url: '../getevents.cfm',
type: 'POST',
error: function() {
alert('There was an error while fetching events!');
},
color: '#4ca64c', // a non-ajax option
textColor: 'black' // a non-ajax option
}
],
当我每月/每周/每天更改太快时,会显示错误消息:“提取事件时发生错误!”
链接地址: http://www.djcxy.com/p/81249.html上一篇: Navigating through months, weeks or days too quickly causes errors