$('input[name^=xxx]')

http://docs.jquery.com/Selectors/attributeStartsWith#attributevalue

Karl Rudd

On Fri, Jan 9, 2009 at 9:14 AM, Lay András <lays...@gmail.com> wrote:
>
> Hello!
>
> How can I select all checkbox inputs which names/ids starting with
> "xxx"? I tried this, but not working:
>
> $('input[name=xxx*]')
>

Reply via email to