jquery-week-calendar icon indicating copy to clipboard operation
jquery-week-calendar copied to clipboard

Refresh Calendar without render flicker

Open lupulin opened this issue 9 years ago • 0 comments

I'm trying figure out a way to refresh the calendar seamlessly without the flicker.

I was thinking of making 2 divs, one hidden where I could refresh it with new data thinking that it's hidden so it would render out of sight, then use the contents of that div to update the inside of the other div.

However, this doesn't work. Anytime you call "weekCalendar('refresh')" it seems to refresh all the registered calendars on the page.

I'm wondering how it might be possible to fix this issue.

Thanks!

lupulin avatar Mar 11 '16 17:03 lupulin