> 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
[email protected]
http://jquery.com/discuss/
