[ad_1]
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
[ad_2]
solved Uncaught TypeError: Cannot call method ‘create’ of undefined [closed]