Description
I've got a porlet setup to display text/images using the AnythingSlider. Each slide has very little decoration (maybe some bold text) and then an image.
My portal has multiple "pages" of portlets.
JQuery is used heavily throughout this portal for other parts of an internal framework I am using. We are on version 1.8.12.
So the problem comes in when moving from the portal page with my AnythingSlider portlet to one of the other portal pages. In the IE 9 developer tools I see a script error but it doesn't point to anything meaningful that I can tell. When I click back to the page with the AnythingSlider portlet then the slider has stopped working. I can't even click on the tabs to move from one item to the next.
If I stop the slider before clicking to another portal page then I don't see the script error and when I click back to the page with the AnythingSlider portlet then the slider works just fine.
Of course none of this is a problem in Firefox.
Is there anything I can do about this? I thought about catching the window.unload event in order to stop the slider programatically, but this doesn't execute when moving from one portal page to another.