get textNode of a elementNode of a web page via javascript
Posted
by T_t
on Stack Overflow
See other posts from Stack Overflow
or by T_t
Published on 2010-03-31T14:55:01Z
Indexed on
2010/03/31
16:13 UTC
Read the original article
Hit count: 356
In a web page,i want to get every visible text in a textnode.I don't want to put all the result into one array.I mean, when i meet a visible text, i will do something else. How could i achieve it?
© Stack Overflow or respective owner