> Im talking about textnodes. textnodes are nodes that just contains text, > they dont have a tag, for example.
The ',' in the Fiddle is most surely a DOM TEXT_NODE, and the strings 'one' and 'two' are also textnodes, children of their SPAN parents. Whitespace textnodes are also present, though I doubt that would be important to the OP. -- S.
