[jQuery] Re: Accessing un-parented text inside a known object

2008-02-06 Thread Charles K. Clarkson
sparkpool wrote: : This finds span.bar, as I expected, but not what I want: : jQuery('#zzz :first') $('#foo').contents().get(0) .contents() is used to get childNodes. http://docs.jquery.com/Traversing/contents HTH, Charles K. Clarkson -- Mobile Homes Specialist Free Market Advo

[jQuery] Re: Accessing un-parented text inside a known object

2008-02-06 Thread sparkpool
Anyone have any thoughts on this? Or am i being too thick to get a reply (:-) ? On Feb 6, 8:05 am, sparkpool <[EMAIL PROTECTED]> wrote: > Hi folks, simple question I think. > > Given this html: > THIS IS THE TEXT I WANT