Easy Validation Summary

The jQuery Easy Validation project is a plugin that adds some simple "mandatory field" validation to a form.

As well as preventing form submission in the event of an error, it will add a CSS class to indicate an error.

In this example, all fields are required except "Height".

Example Form

Options

classmodifier
Used to apply class names to the elements created by the plugin. You only need to specify a class modifier if you have a name-clash.
initialclass
A CSS class to indicate the field is required.
errorclass
A CSS class to indicate the validation has failed.
message
A warning to show to the user.