JQuery IE Bug? trigger with TABLE Element

JQuery IE Bug? trigger with TABLE Element

I am having trouble with the Trigger in JQuery 1.3.2 and IE. It works in FireFox but breaks in IE6 and 8.

JQuery.js line 2644
if ( (!elem[type] || (jQuery.nodeName(elem, 'a') && type == "click")) && elem["on"+type] && elem["on"+type].apply( elem, data ) === false )

The elem[type] give a "Invalid procedure call or argument"

Watch:
NAME                   VALUE                                            TYPE
type                     "node:changed"                               String
elem.nodeName   "TABLE"                                           String
elem[type]            Invalid procedure call or argument   Error


I found that if I take the ":" out of the type that the elem[type] gives undefied like it is suppose too.

Can anyone help with this issue? Do you need more info, what?

Thanks.