thekingsimo / jquery-week-calendar

Automatically exported from code.google.com/p/jquery-week-calendar
0 stars 0 forks source link

jquery-week-calendar is broken with jquery-ui-1.8 #126

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
options.calendarBeforeLoad is not a function
[Break on this error] options.calendarBeforeLoad(self.element); 

(line 456)

same thing happens for options.calendarAfterLoad

adding these two empty line in my init call:
                ,calendarBeforeLoad: function()  {}
                ,calendarAfterLoad: function()  {}

finally gets us rid of the errors but then an empty calendar displays.

Anyone have a clue?

Original issue reported on code.google.com by matdu...@gmail.com on 25 Mar 2010 at 8:21

Attachments: