jQueryEventCalendar
jQueryEventCalendar copied to clipboard
Events list animate problem
Hi,
I noticed that when you fast change month the event list is how and then hidden (this problem is also on your demo page). Simple solution is to add ".stop()" at line 347 like below:
flags.wrap.find('.eventCalendar-list').stop().animate({
mariusz