[jQuery] Re: [Validate] API list for main validator object

2009-02-10 Thread Jörn Zaefferer
Added: http://docs.jquery.com/Plugins/Validation/Validator/numberOfInvalids There are many more methods on the validator object, but only those documented are considered part of the public API. On Tue, Feb 10, 2009 at 4:03 PM, Raymond Camden wrote: > > Ah ok - when I saw that missing, I assumed

[jQuery] Re: [Validate] API list for main validator object

2009-02-10 Thread Raymond Camden
Ah ok - when I saw that missing, I assumed more was missing as well. Thank you. On Feb 10, 8:59 am, Jörn Zaefferer wrote: > The documented methods are > here:http://docs.jquery.com/Plugins/Validation#Validator > > numberOfInvalids is missing - I'll add it. > > Jörn >

[jQuery] Re: [Validate] API list for main validator object

2009-02-10 Thread Jörn Zaefferer
The documented methods are here: http://docs.jquery.com/Plugins/Validation#Validator numberOfInvalids is missing - I'll add it. Jörn On Tue, Feb 10, 2009 at 3:27 PM, Raymond Camden wrote: > > One of the demos for Validation shows: > > var errors = validator.numberOfInvalids(); > > Going to the