<div id='Thirdsamplecodesnippet' class='clearfix'>
<pre class='brush:html;'><html>
<body>
<p>Hello world.</p>
</body>
</html></pre>
<input type='hidden' id='codeid' value='process'>
</div>
我想从 div 中提取这个:
<pre class='brush:html;'><html>
<body>
<p>Hello world.</p>
</body>
</html></pre>
使用 jQuery 怎么可能?