Project DescriptionA lightweight alternative to the AJAX Toolkit ValidatorCallout extender based on jQuery. Provides RequiredField, RegularExpression, Compare and Custom validators along with the ability to put the validators into groups.
Usage
<input type="text" validate="form" require="<b>Required Field Missing</b><br/>Please enter your name." />
<input type="submit" value="Submit" onclick="return validate('form');">