> Hi frieds,
> I am struggling with small query
> In a form there are mutiple checkboxes , i have to check on next button
> click that at least one checkboxes is checked or not

Using the form plugin you can do:

if (!$('#myFormId :checkbox').fieldValue()) {
    // no checkboxes are checked
}

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

Reply via email to