[jQuery] Re: [validator] how to turn off validation once it's turned on

2009-05-21 Thread Steve Jordan
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"

[jQuery] Re: [jQuery][validate] - disabling focusInvalid for a given element

2009-05-19 Thread Steve Jordan
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

[jQuery] Re: [validate] - disabling focusInvalid for a given element

2009-05-19 Thread Steve Jordan
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. >