[Prototype-core] Re: : in '#myForm:myText' is not recognized when using CSS selector function

2007-07-11 Thread Andrew Dupont
Have you tried *[id='myForm:myName']? That ought to work, though it wouldn't surprise me if it did not. A colon is a valid character in ID attributes, so it should be supported. Part of me thinks that the attribute selector approach (if it works) would be sufficient -- but another part of me

[Prototype-core] Re: : in '#myForm:myText' is not recognized when using CSS selector function

2007-07-11 Thread kangax
Andrew, I just did some quick testing http://yura.thinkweb2.com/selectors-test/ (the results are printed into firebug console) It looks like using attribute to reference such things pretty much solves the problem : ) --~--~-~--~~~---~--~~ You received this