[jQuery] ActiveX Confirmation Popup in IE with jQuery 1.3.2 but not with 1.2.6

[jQuery] ActiveX Confirmation Popup in IE with jQuery 1.3.2 but not with 1.2.6


After upgrading to jQuery 1.3.2 users of our application will be
prompted with a confirm dialog:
"Do you want to allow software such as ActiveX controls and plug-ins
to run?"
The users have to use IE6 (yes I know - but this is a very restrictive
and old fashioned corporate environment and I have no influence on the
browser configuration). Replacing the content of jquery-1.3.2.js with
the content of jquery-1.2.6.js immediately fixes the problem. But we
would like to avoid that if possible. Is there any known solution to
this?