[jQuery] Re: [Validate] Pass on message on success, and have a start message

2009-05-12 Thread jo...@retype.se
Thank you. Any suggestions where to assign a class other than error for showErrors? Im new to jquery and really appreciate it! This is (obviously) showErrors as it looks unmodified... showErrors: function(errors) { if(errors) { // add

[jQuery] Re: [Validate] Pass on message on success, and have a start message

2009-04-02 Thread Jörn Zaefferer
None of these is trivial to implement, but not impossible either. 3. needs a custom method, look at the existing methods and addMethod for reference: http://docs.jquery.com/Plugins/Validation/Validator/addMethod 2. could be achieved using showErrors, though you'd need to replicate some of the