On Sep 6, 1:38 am, jeanph01 <jeanp...@gmail.com> wrote:
> Using jQuery.support and without using jQuery.browser how would I know
> if the browser would return nodes of Type of Text_Node ?

I don't think you need to know that at all - why do you think you need
to?

> IE do not return text nodes.
>
> My only idea would be to create on the fly some structure in memory
> with text nodes and test with $(this).contents() if there is text
> nodes returned.

Deal with empty text nodes explicitly, don't use browser detection or
other detection kludges.


--
Rob

Reply via email to