What is the situation of this kind of garbled code in fullcalendar.js? How to change it?

clipboard.png

Mar.21,2021

I don't know what version you are using
I seem to have had this situation before
it seems that there is a conflict in the js file
1. See if multiple fullcalendar files are referenced
(fullcalendar.js and fullcalendar.min.js cannot be both referenced, only one of them can be referenced)
2. Check whether the version of Jquery used by fullcalendar is consistent with the referenced
(the official fullcalendar2.x version begins with 3.x JQuery)

Menu