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

