Using jQuery.support and without using jQuery.browser how would I know
if the browser would return nodes of Type of Text_Node ? 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.

Reply via email to