Issue 1499: jquery 1.8.0
Status:  Done
Owner: ----
Closed:  Sep 2012
Reported by luisedua...@gmail.com, Aug 10, 2012
Calender doesn't render anymore. $.curCSS has been removed

Aug 11, 2012
#1 christia...@gmail.com
Confirmed. Either downgrade to 1.7.2 or edit fullcalendar.js, replace all instances of $.currCSS with jQuery.css. Tested fix with jQuery 1.8.0
Aug 11, 2012
#2 luisedua...@gmail.com
it works but CSS has only 2 parameters. If I replace curCss I pass three.. probably it will cause undecteted errors in certain situations
Aug 22, 2012
#3 pwc1...@gmail.com
Any time frame for compatibility with 1.8?
Aug 26, 2012
#4 jmi.gra...@free.fr
In fullcalendar.js, I replace all instances of curCSS by css, minified with JSPack and all works fine including with jquery mobile
Sep 4, 2012
#7 m...@jkns.co
fullcalendar-1.5.3: In fullcalendar.min.js, replace m.curCSS with m.css. This worked fine for us.
Sep 5, 2012
Project Member #8 adamrs...@gmail.com
FullCalendar 1.5.4 has just been released. solely to fix this bug. thanks
Status: Done