I've been using the Aeron Calendar and noticed one day in webkit's web inspector that every time I updated a div via Request.HTML with the calendar class inside the loaded file it created a new calendar div to the body without getting rid of or recycling the old one.
So in the first line of the initialize function I added:
$$('div.calendar').destroy();
There's probably a smart-guy way to do this, but this works great.
Anybody else had this or have a better solution?
Thanks!
