Issue 2492: Demo Calendar is not working on IE8
Status:  Duplicate
Merged:  issue 2469
Owner: ----
Closed:  May 2015
Reported by anisurra...@gmail.com, Apr 26, 2015
Hello,

I was looking for jquery calendar control and found this awesome control that I can use in my application. However, the problem is that we have Internet Explorer 8 as a standard to be used and we cannot upgrade/change it for now. The demo I was looking at works perfectly fine on Chrome and firefox. Whereas, it gives javascript error on IE8 which is compatible as per your support page (http://fullcalendar.io/wiki/Support/)

I am trying to open following link on IE 8 and getting attached error message and nothing opens up eventually.
http://fullcalendar.io/js/fullcalendar-2.3.1/demos/theme.html

I am sending you the exact IE version as well for your reference.

Awaiting your response in this regard.

Thanks & Regards,
Anees Ur Rasool
FullCalendar.png
225 KB   View   Download
May 12, 2015
#1 amitpa...@gmail.com
Change your Jquery version - 
Use a lower version of Jquery (I used 1.9) - 
<script src='../lib/jquery.min1.9.js'></script>

It worked for me  

ie8_fullcalendar.png
52.5 KB   View   Download
May 26, 2015
Project Member #2 adamrs...@gmail.com
(No comment was entered for this change.)
Status: Duplicate
Mergedinto: 2469
May 28, 2015
#3 anisurra...@gmail.com
Thank you very much for support. It worked for me too.