Sharing a single jquery instance between frames
Hi Everyone,
We have a very busy site that uses jQuery and frames extensively.
The problem we have is that the service we offer runs on a secure server which means nothing can be cached, so every page loaded has to download jQuery again, meaning extra bandwidth for us and slower loading for our users.
What we would like to be able to do is load jQuery (and potentially plugins like UI and others) once in one of the frames that doesn't change and then utilise it from other frames as though it had been loaded "locally".
Would this be possible? And if so could anyone offer any pointers on how we would achieve this?
Any help or advice greatly appreciated!
Regards
Simon