[jQuery] jQuery and XHTML as XML

2006-08-25 Thread Klaus Hartl
Hi, I just spotted in Revision 226, that jQuery will not by all means support XHTML as XML. Line 743 reads: if ( table this.nodeName == TABLE a[0].nodeName != THEAD ) { nodeName in XML preserves case, that means in XHTML as XML it would return table and thead so that doesn't work here.

Re: [jQuery] jQuery and XHTML as XML

2006-08-25 Thread Larry Garfield
On Fri, August 25, 2006 7:18 am, Klaus Hartl said: Hi, I just spotted in Revision 226, that jQuery will not by all means support XHTML as XML. Line 743 reads: if ( table this.nodeName == TABLE a[0].nodeName != THEAD ) { nodeName in XML preserves case, that means in XHTML as XML it