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