[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.

 Is this possible?

 Any help or input you could provide would be appreciated.

 thanks

 Steve
   
Anyone?



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

2009-05-19 Thread Jörn Zaefferer

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

On Tue, May 19, 2009 at 11:05 AM, Steve Jordan steveajor...@gmail.com wrote:

 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.

 Is this possible?

 Any help or input you could provide would be appreciated.

 thanks

 Steve

 Anyone?