Navigating through months, weeks or days too quickly causes errors

After changing a month/week/day the fullCalendar re-fetches the events. But if I change months or weeks too quickly It gives me error.

I mentioned event source like this:

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
    }
],

When I change month/week/day too quickly it gives error: "There was an error while fetching events!"

链接地址: http://www.djcxy.com/p/81250.html

上一篇: 在EventLimitClick上不显示FullCalendar'更多'事件

下一篇: 通过几个月,几周或几天的时间过快导致错误