posabsolute / jQuery-Validation-Engine

jQuery form validation plugin
http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/
2.57k stars 1.2k forks source link

Showing individual prompts per each checkbox if the validation is for mincheckbox. #183

Closed praveena-m closed 12 years ago

praveena-m commented 12 years ago

I have set of checkboxes where user has to select minimum single checkbox. This works in my html page however not in my aspx page with check box attribute runat="server". I get individual prompt messages for each check box. Below is code. Even in html it doesnt work properly some times. Urgent help needed Please !!!!!

< input class="validate[minCheckbox[1]] checkbox" type="checkbox" name="affectedArea" id="chkAttic" runat="server" value="Attic" /> < input class="validate[minCheckbox[1]] checkbox" type="checkbox" name="affectedArea" id="chkBedroom1" runat="server" value="Bedroom 1" />

THE SAME WAY OTHER CHECK BOXES... NOTE::Purposefully added space near input tag "< input" else it formats to html and cannot view it.

posabsolute commented 12 years ago

Sorry we do not support .net weird conventions

praveena-m commented 12 years ago

ok Thank u so much :(