[EMAIL PROTECTED] schrieb:
> Like this:
> 
> $('#el1').empty().append($("#for-el1, xml));
> 
> I guess. If thats it then wow I'm really impressed by the expressive power
> of jQuery :)

Jacob, in that case you can simply use html():

$('#el1').html( $("#for-el1, xml) );


-- Klaus


_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to