Hello,

I've added a plugin for event propagation for IFRAMEs. I wrote this to
propagate onresize events to all IFRAMEs because I've noticed that
certain browsers don't do this reliably (e.g. IE6 has some bizarre
optimization that prevents the IFRAME from getting the resize event in
certain circumstances). Also, in standards mode, IE won't send resize
events to IFRAMEs unless the content is fully expanded 100% to the
edge of the browser.

In any case, this plugin can be used to forward any event or custom
event to iframes in a jQuery way:

        $("iframe").framecontext().propagate("frameresize");

Here's the link:

http://plugins.jquery.com/project/iframeprop

Comments welcome.

Regards,

- Mike Oliver

Reply via email to