Skip to main content

Ed Farias

Member since Mar 2, 2011

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 »

I believe in love. I believe in compassion. I believe in human rights. I believe that we can afford to give more of these gifts to the world around us because it costs us nothing to be decent and kind and understanding. And, I want you to know that when you land on this site, you are accepted for who you are, no matter how you identify, what truths you live, or whatever kind of goofy shit makes you feel alive! Rock on with your bad self!
Ben Nadel