views:

17

answers:

1

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?

A: 

The FrameReady plugin would probably be your best bet... Your best bet besides not using frames that is ;)

HurnsMobile