Sorry for real stupid question. But it does not work either way.
This should do it:
var clone = $('div.content').clone(); clone.find('.dontgrab').remove(); var html = clone.html();