robmonie / jquery-week-calendar

Now actively maintained in the following fork - https://github.com/themouette/jquery-week-calendar
388 stars 391 forks source link

Calendar Renders Before Data function is complete. #27

Open Shmythe opened 13 years ago

Shmythe commented 13 years ago

I am pulling data out of a database and then formatting the data to fit in the necessary string for Week Calendar using a function for the "data:", but the problem is that it seems that the calendar renders before the data function completes, so the events will only show up after hitting the next or previous week buttons. Is there anyway to make sure that the script is done running before the calendar renders?

Thanks for your time,

-Shmythe