i have 5 checkbox items with same name:

<input name="geographic" value="1" type="checkbox">
<input name="geographic" value="2" type="checkbox">
<input name="geographic" value="3" type="checkbox">
<input name="geographic" value="4" type="checkbox">
<input name="geographic" value="5" type="checkbox">

and option to select multiple elements with same name must work.

$('#form_name').find("[EMAIL PROTECTED]@checked]") gives me only
one element.
how can i use checkbox elements like select tag?

Aljosa Mohorovic

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to