thanks a lot for your help, Dan. niKo
On Aug 9, 4:44 pm, "Dan G. Switzer, II" <[EMAIL PROTECTED]> wrote: > niKo, > > >I must use a form with some inputs which have "[ ]" in their name to > >be able to record some values in an array. But when I use this sample > >code, checkbox are not returned : > > > <input name="try[]" type="checkbox" > >value="" /> > > This selector should work: > > $("[EMAIL PROTECTED]'try[]']") > > -Dan