Hi,
I have a site which uses the load function to display pages instead of reloading. These pages often contain javascript blocks and the more the user uses the site the more script blocks are loaded into the cache. This seems to slow the page down dramatically in terms of animation effects.
Is there a way to remove script blocks from the cache after the page changes?
I have tried unbinding from all the decendants of the page but this doesn't seem to change anything...
Thanks
Duncan