var text = '<div><div id="myx">XXX</div></div>'; var $doc = $(text); alert($('#myx', $doc).html()); // "XXX"