Hi, With jQuery.support and without using jQuery.browser how would I know if the browser would return nodes of Type of Text_Node ?
Ex: Would the value of $(this).contents().length be the same in Firefox and IE if there is nodes of type Text_Node ?
Found my response on stackoverflow:
jQuery.support.leadingWhitespace