[jQuery] Re: noob problem with selector and wrapped set - SOLVED

2009-07-10 Thread Matt Zagrabelny
Thanks for the info, Ralph and Keegan. I performed the ugly: jQuery('#' + id.replace(/:/g, '\\:')) But the other suggestions look good too (plus there is nothing to escape - bonus.) Cheers, On Thu, 2009-07-09 at 16:15 -0700, KeeganWatkins wrote: Or you can use the attribute selector for

[jQuery] Re: noob problem with selector and wrapped set - SOLVED

2009-07-10 Thread KeeganWatkins
you know, since you mentioned having to work with Prototype as well, I'll assume that you are working with JSF/RichFaces or some other templating environment which is generating those ID's with the : in them. I was in a similar spot recently, and wrote a selector filter to make working with