My website is currently using a frameset, and two frames use AJAX, and one other frame uses jQuery (just for animation). I'd like all the frames to have access to the jQuery library. But i feel it's really in-efficient to hotlink to googlecode on each frame.
is there a way of giving all frames access to the jQuery library by only linking to it once?