[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 something which works
by default.

Steve



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

2009-05-18 Thread Steve J

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.

Is this possible?

Any help or input you could provide would be appreciated.

thanks

Steve