Get values between DIV tags?
        Posted  
        
            by Khou
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Khou
        
        
        
        Published on 2010-06-12T04:05:28Z
        Indexed on 
            2010/06/12
            4:12 UTC
        
        
        Read the original article
        Hit count: 224
        
JavaScript
How do I get the values in between a DIV tag?
Example
<div id="myOutput" class="wmd-output">
    <pre><code><p>hello world!</p></code></pre>
</div>
my output values I should get is
<pre><code><p>hello world!</p></pre>
        © Stack Overflow or respective owner