alexisdwd
alexisdwd

Reputation: 33

If I work with a frameset, Do I have to include jquery on each frame?

I am working on a web application that is very old. It uses frames and I found that each frame includes jQuery.

Is there is a way to include it just once?

Upvotes: 0

Views: 75

Answers (1)

Kristoffer Sall-Storgaard
Kristoffer Sall-Storgaard

Reputation: 10636

No, you have to include jQuery in each iframe where it is needed, contained iframes do not inherit from their parent.

Upvotes: 2

Related Questions