Can we use a single copy of JQuery on the "top" page in an application with multiple, child IFrames
We have a very large web application that has a top page with multiple, child IFrames living "above" it. We are beginning to use JQuery and wonder if it might be possible to have a single copy of JQuery residing on the top page and reference it from multiple IFrame child pages. The goal is to reduce the memory footprint by avoiding the need for a copy of JQuery in each child IFrame.
Thanks in advance.
Bob Fitzhugh