Sasha wrote:
> What I'm trying to figure out is if I can "turn off" the validator for
> the 2nd button when I add a row to the table, while keeping it active
> for the 1st one.
To do this you remove the metadata from the form element which you don't
want to validate.
e.g. if you have a "required"
Jörn Zaefferer wrote:
> There is no official API for that, but you can customize the
> focusInvalid method. An example is here:
> http://jquery.bassistance.de/validate/demo/tinymce/ (take a look at
> the source)
>
> Jörn
>
Thanks for the help.
It turned out I was going round the houses to do s
Steve J wrote:
> Group,
>
> I'm putting together a form using the Validate plugin, and have run
> into an issue it would be nice to resolve.
> My issue Is around the focusInvalid option. I'd like to disable the
> focusInvalid behavior for a particular element, yet keep it enabled
> for the rest.
>
3 matches
Mail list logo