Jeff wrote:

I realize that the text() function is returning text, and not the
nodes within.  How can I return the nodes within, either as a jQuery
object or the DOM nodes themselves, rather than the text, so I can
actually parse them?

The basic problem is probably that there are no nodes within,
or rather just one single text node, with a bunch of "<"
entities etc.. There are no actual html tags there. So you need
to somehow parse that text into HTML (eval?), and I don't know
how to do that, since I'm too new to jQuery... Sorry...

--
Bertilo Wennergren <http://bertilow.com>

Reply via email to