Re: [jQuery] Bug: jQuery/Packer/ActiveX

2007-02-08 Thread Klaus Hartl
Mike Alsup schrieb: >> Without the hook, the entire jQuery.clean method has to be overwritten. With >> the hook, the bug >> could be fixed by overwriting jQuery.clean.convert from outside of the >> packed code (i.e. via a >> plugin, or by copying and pasting jQuery.clean.convert = function(html)

Re: [jQuery] Bug: jQuery/Packer/ActiveX

2007-02-08 Thread Mike Alsup
> Without the hook, the entire jQuery.clean method has to be overwritten. With > the hook, the bug > could be fixed by overwriting jQuery.clean.convert from outside of the packed > code (i.e. via a > plugin, or by copying and pasting jQuery.clean.convert = function(html) {...} > at the bottom of

[jQuery] Bug: jQuery/Packer/ActiveX

2007-02-08 Thread Luke Lutman
# Background Inserting an ActiveX control (i.e. flash movie, quicktime movie) with an external javascript (i.e. jQuery) should avoid the ugly grey box and having to click to activate. See: http://msdn.microsoft.com/library/default.asp?url=/workshop/author/dhtml/overview/activating_activex.asp