id,summary,reporter,owner,description,type,status,priority,milestone,component,version,resolution,keywords,cc,blocking,blockedby
7333,bug report,westlife1127,westlife1127,"hi,

  i meet a bug when testing my codes .
  the codes go below:
  	
{{{
$(""button#btn1"").click(function(){
								$(""img#222"").append($(""img#111"").clone())  
											  });
}}}

the browser reminds:""accidently call the visits to methods or attributes"" (translated from Chinese).

the codes donot work unless set ""body"" as the "".append()"" method selector,regardlessly any other elements.

neverthlessly,by ""body"" selector still occurs uncorrect location(append to wrong place).

refer to browsers reminds,i find the original jQuery codes:

""	append: function() {
		return this.domManip(arguments, true, function( elem ) {
			if ( this.nodeType === 1 ) {
				this.appendChild( elem );
			}
		});
	},
"".
what are your suggestions?

regards
            yours",bug,closed,undecided,1.5,unfiled,1.4.3,,,,,
