[jQuery] Re: input's form with "[ ]" in its name

2007-08-10 Thread niKo92130
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 :

[jQuery] Re: input's form with "[ ]" in its name

2007-08-09 Thread Dan G. Switzer, II
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 : > >value="" /> This selector should work: $("[EMAIL PROTECTED]'try[]']") -Dan