[jQuery] selector with regular expression?

[jQuery] selector with regular expression?


Hi,
Apologize, if this is a really basic question - but I couldn't find a
solution for this
If I had elements like
<input type="radio" id="radio1"/>
<input type="radio" id="radio2"/>
If I wanted to select all elements with id radio* - what would be the
selector expression? I tried $("#radio*") doesnt seem to work.
Thanks in advance