<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でこれはどのように可能ですか?