Disabled inputs aren't validated because they are disabled. 99% of the time, disabled elements must be ignored during validation, so that is what the plugin does.
Jörn On Mon, Jun 30, 2008 at 8:21 PM, oscarml <[EMAIL PROTECTED]> wrote: > > Hi, > > I have a problem with disabled input when I try to validate them. > > I use class="required" but the validation plugin doesn´t detect when > is empty. > > Any idea? >