[jQuery] Working with radio elements

[jQuery] Working with radio elements

OK forget regular expressions, how about substring matches?
I have a bunch of elements having class names or DOM ids with the same prefix,
I would like to select all of them and operate upon them. Can I do this with
jQuery?
--- John Resig <jeresig.at.gmail.com@jquery.at.vikas.mailshell.com> wrote:
> Heh, no jQuery doesn't support regular expressions for IDs. That seems
> like overkill once you get to that point in development. What's the
> structure of your code? Maybe it could be optomized to not use so many
> cryptic IDs?
>
> --John
>
> On 3/22/06, jquery@vikas.mailshell.com <jquery@vikas.mailshell.com> wrote:
> > --- Andrea Ca'Zorzi
> <andrea.cazorzi.at.gmail.com@jquery.at.vikas.mailshell.com>
> >