Btw what I mean is $("ns\\:a ns\\:b", xmlDom) does not work on jQuery 1.3.2.
I am aware of the need of escape.2009/5/28 sglai <[email protected]>: > > Hi, > > Encounter an expression $("ns:a ns:b", xmlDom) does not work anymore > when upgraded jQuery from 1.2.6 to 1.3.2.on FF3. After some try and > error, version 1.3.2 seems to work with simple xml DOM (e.g. > <a><b><c>123</c></b></a>) with no name space but does not work with > xml DOM with name space (e.g. <ns:a><ns:b><ns:c>123</ns:c></ns:b></ > ns:a>) > > Is there any selector related syntax change between the two version? > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "jQuery Development" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/jquery-dev?hl=en -~----------~----~----~----~------~----~------~--~---
