Question

I have been trying to figure this out, and since I can't find any solution, I created a jsfiddle so someone might be able to help me.

I have fullcalendar with the jquery cookie plugin integrated, so that I can 'cache' the view last used by the user.

It works great on Firefox, Chrome, IE8 in Windows XP, but does not work in IE9 under Windows 7.

The calendar simply does not appear and I get an error saying that "Object doesn't support property or method 'cookie'".

Can anyone give me a hand?

Here is the fiddle: http://jsfiddle.net/ECQA6/

Thanks in advance.

Était-ce utile?

La solution 2

Well I have been able to fix this, so I will let the answer here, just in case someone goes throught the same or a similar issue.

The problem was that I was including a file directly from github, and it was not being handled successfully. Bottom line, next time I won't try to include a file directly from github.

Autres conseils

Well, there is no jQuery method cookie().

You probably mean the method from the jQuery cookie plugin. You need to include the plugin-script before using this method.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top