[Solved] Uncaught TypeError: Cannot call method ‘create’ of undefined [closed]


Initiate Fullcalendar when script was loaded in document ready callback function for example:

$(document).ready(function() {

    // page is now ready, initialize the calendar...

    $('#calendar').fullCalendar({
        // put your options and callbacks here
    })

});

2

solved Uncaught TypeError: Cannot call method ‘create’ of undefined [closed]