The one I use for this is the [attribute^=value] selector (attribute
value starts with...).

$("[id^='radio']")

On Jun 24, 2:29 pm, Ritz <[EMAIL PROTECTED]> wrote:
> 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

Reply via email to