“Object not supported” Javascript error trying to access FullCalendar

后端 未结 3 1570
暖寄归人
暖寄归人 2020-12-29 17:14

. .

I walked in this morning to find out that a calendar, implemented using FullCalendar and a public Google feed, is no longer working. The calendar does not appea

3条回答
  •  轻奢々
    轻奢々 (楼主)
    2020-12-29 17:33

    Got it.

    Apparently, it doesn't like the latest version of JQuery.

    The script source is set to point to http://code.jquery.com/jquery-latest.min.js. Just for grins, I pointed it to the jquery-1.7.1.min.js that came with the FullCalendar code.

    Lo and behold, it came right up.

    Edit: I updated the references to appear as they do in the FullCalendar example, i.e.:

    
    
    

提交回复
热议问题