[jQuery] Re: Behaviour difference in XML document selectors in 1.13?

2007-07-03 Thread Ted McFadden
Hi, Thanks for the fix. It works in firefox, but in IE7, selection appears to still go wrong down in 'unique' (jquery 1.1.3, line 624) which is called by find: the: first[i].mergeNum assignment raises a: Object doesn't support this property or method. I see this error when

[jQuery] Behaviour difference in XML document selectors in 1.13?

2007-07-02 Thread Ted McFadden
Hi, I've got an app that is processing an ajax returned XML document, which works fine under jquery 1.1.2 but partially breaks under 1.1.3. The XML (simplified for the example) is of the form: more text The selectors: $('type1', responseXML), $('type1/type2', responseXML), $('ty