I’m using fullCalendar with a JSON feed and as per usual it works fine in Firefox/Chrome/Safari but IE7 is not playing ball. It’s not throwing any errors, it’s simply not making the request to the events feed at all (using DebugBar I can see it’s not making the callout and back-end logs confirm this).
Anybody else encountered this problem? It shouldn’t be a caching issue as fullCalendar now includes a cachebuster on the request.
Cheers,
Matt
I have no idea without looking at your code, but I’m willing to guess that you might have had an extra trailing comma or a missing semi-colon somewhere in your code. IE7’s JavaScript interpreter will take a big poop on you if you have even the slightest of syntactical mistakes.