> why cant i use jquery to access TEXT_NODES? or: what can i do to get it 
> working?

This is correct - jQuery does not deal with Text Nodes (in that it
completely ignores them, along with all other non-Element Nodes).

Although, having dealt with text operations in a browser before
(incredibly painful, to say the least) - there definitely needs to be
some sort of library for it.

--John

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to