JQuery effect on iframe parent document?

It could be that your Iframe's specifications are defined. Therefore not allowing any movement / change with the Iframe?

Well.. While that does make some sort of sense I don't think this is the case.. because I have a div holding the iframe and that div has the ui draggable functionality applied. I am able to drag and drop the iframe around with no problem. The difference here is I set the draggable in a javascript file outside the iframe.

I can also shake the iframe from outside but not from within. – JustinBull Feb 2 '10 at 8:41 How about where the reference is to the JS file. As the Iframe is no longer "supposedly" in the same place if you have URL1 maybe have the Iframe page reference as if it was in the page you were using.

I'm currently trying to get my head around a similar problem with converting to PHP pages and etc. – Thqr Feb 3 '10 at 1:11.

UPDATE: A little research on the internet indicates that the 'effect' code is probably calling 'getPropertyValue' and Firefox is claiming that method doesn't exist. I know - not very helpful. Unfortunately I believe you're going to have to debug the 'effect' code to find out more specifically whose bug this is, or perhaps find that its a limitation of the iframe scenario you're trying to run.

Yes :) that was the first thing I checked. I have jquery 1.3.2 and effects.core. Js and effects.shake.

Js loaded withing the iframe and outside. – JustinBull Feb 2 '10 at 8:37.

I'm not sure if this will work but you could try setting up a bind event in the parent, then in the iFrame try triggering that event in the parent. Parent JavaScript $(document). Ready(function(){ $('#iframe').

Bind('shakeFrame',function(){ $('#iframe'). Effect("shake",{"times":3,"distance":10},60); }); }); iFrame JavaScript $(document). Ready(function(){ $(parent.

Document). Find('#iframe'). Trigger('shakeFrame'); }).

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions