I have a number of image held in an iframe, on the same domain, but I want to be able to apply a click function to the image so that when its clicked it pops out of the iframe and into the parent body.
Ideally I dont want to have to insert the jQuery into the iframe body, just have it present in the parent body.
Can anyone think of how I might go about this?