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 th
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 b
2 matches
Mail list logo