[jQuery] Re: isFunction change in 1.3 and window.opener

2009-09-02 Thread msoliver
Fair point. What you suggest certainly would be better than no check. But, it's not a test that openerFunc is actually a function, just that it exists and has an call property. Thanks though, - Mike On Sep 2, 11:45 am, Matt Kruse wrote: > On Sep 2, 1:16 pm, msoliver wrote: > >

[jQuery] isFunction change in 1.3 and window.opener

2009-09-02 Thread msoliver
Hello, We've recently upgraded jQuery to 1.3. I've read about the changes to the isFunction method and have run into a problem. Our site has a couple of popup windows that, on completion, call back into the parent window. As such, we had code like this: var openerFunc = window.opener.pic

[jQuery] New plugin: IFRAME event propagation

2008-11-12 Thread msoliver
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 circum