jquery fullcandar 日程表控件不支持ie8问题,官方demo实例

jquery fullcalendar日表控件不支持ie8,具体什么原因,我在官网下载的demo实例,谁接触过,指点下

要看你使用是否正确。
http://stackoverflow.com/questions/11363966/fullcalendar-in-ie8-events-not-rendering
http://stackoverflow.com/questions/6863160/jquery-fullcalendar-not-rendering-events-in-ie7-8

什么版本的fc?应该是你导入的jquery版本太高,jquery2.0+不在支持ie8-

或者检查你的fc配置写法是不是错误的,如json数组最后结束是逗号结束的,标准浏览器可以直接写,ie8没有添加xhtml申明会报错。
如 data=[{a:1},{b:2},]

chrome,firefox上面不会报错,ie8-就出错了