jQuery error in IE: Unexpected call to method or property

jQuery error in IE: Unexpected call to method or property

I'm using jquery-1.3.2.min.js and everything works perfectly in browsers other than Explorer... It's not liking this part:

this.appendChild(E)


function(){return this.domManip(arguments,true,function(E){if(this.nodeType==1){this.appendChild(E)}})} ... }

I get this error:
Unexpected call to method or property access. jquery-1.3.2.min.js, line 12 character 2305


Any clue how to deal with this and make it go away???