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

2007-07-04 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

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

2007-07-02 Thread Tony
Hi, I have the same problem with 1.1.3 This should resolve your problem: $('type1', responseXML), $('type1 type2', responseXML), $('type1 type3', responseXML) $('type1 type3 type4',responseXML) The $('type1type3', responseXML) does not work too. Regards