a link to the page where it's happening (or a test page where you
replicate the problem) would help.

On Jul 22, 9:31 am, Diogo <diogo.l...@gmail.com> wrote:
> Hi,
>
> 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
>
> Can anyone help with this issue? Do you need more info, what?
>
> Thanks.
>
> Regards,
>
> Diogo

Reply via email to