Community Member Profile
- Profile: /members/7908-Ed-Farias.htm
- Comments: 2
- Points: 20
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(); }); }... 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 fu... read more »



