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

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


Hi everybody. At first I hope you will excuse my bad english.
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="" />
        $("input:checkbox").each(function() {... });
Thanks a lot for your help...
niKo