<div> Нужный Текст <span>Соседний тег</span> </div> <script> var text = document.querySelector('div').firstChild.data.trim(); alert(text); </script>