Long time lurker of stackoverflow and just trying something with iframes and jquery which I couldn't figure out an answer for.
I have jquery location in the main page but not inside the frame, in my iframe I have the usual $(document) jquery.
Unfortunately I get this error in firebug "$ is not defined"
Is there a way to get around this without calling jquery in each iframe?