Jump to content

Get Access To Texts Not Wrapped Within Tags?


tinfanide

Recommended Posts

<script>window.onload = function(){x = document.getElementsByTagName("span")[0].nextSibling;alert(x.childNodes[0].nodeValue);}</script></head><body><span>span</span>text</body>

I want to get the value "text" but it is not within a tag.How can I access it in JS?

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...