<div id='foo'></div><!-- text --> <script type='text/javascript'> var comment = document.getElementById("foo").nextSibling; alert(comment.textContent || comment.innerText); </script>