Question

I am using the Validation Plugin for jQuery and it works wonders. Except when I have a group of checkboxes...the error messages will display right after the first box...like soalt text http://img11.imageshack.us/img11/8986/errormessaged.png

and that is after I have created a "hidden" checkbox at the beginning of the group. Is there anyway i can make it display after the LAST checkbox? Is this a javascript thing? or a css?

Thanks!
Ian McCullough

Was it helpful?

Solution

Yes, use the errorPlacement argument to the validator (see the example on this page).

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top