Ed Farias
Member since Mar 2, 2011
- Profile: /members/7908-ed-farias.htm
- Comments: 2
Recent Blog Comments By Ed Farias
-
Getting IFRAME Window (And Then Document) References With contentWindow
Posted on Mar 2, 2011 at 11:25 AM
In case you want know. I already found the problem. I must add the .load() method over the iframe like this: $(jFrame).load(function(){ $(jFrame).contents().find('#innerLink').click(function(){ $('#outerLink').click(); }); }); That way if I click the link in the iframe it reacts in the ... read more »
-
Getting IFRAME Window (And Then Document) References With contentWindow
Posted on Mar 2, 2011 at 10:19 AM
@Ben I'm trying to use you implementation for another behavior but it only works when I debug the script, appreciate any help. What I'm trying to do is to catch an event from the iframe to react in the main document. For example: If you click a link on the iframe, there is a JQuery functio... read more »