[jQuery] Re: [validate] invalidHandler is called before the errors are shown, maybe better vice versa?

2009-04-17 Thread Jörn Zaefferer
The suggestion makes sense, though there are probably also cases where the current order makes more sense, and changing it will cause other issues. Take a look at this tabs demo for an alternative implementation: http://jquery.bassistance.de/validate/demo/tabs/ Jörn On Fri, Apr 17, 2009 at

[jQuery] Re: [validate] invalidHandler is called before the errors are shown, maybe better vice versa?

2009-04-17 Thread snobo
Hmm, interesting alternative solution! Thanx, I will consider this. Well, if you are sure there WILL be issues, let it be, although purely theoretically for me it seems more logical to have invalidHandler being run at the moment where errors are shown. cheers On Apr 17, 1:55 pm, Jörn Zaefferer

[jQuery] Re: [validate] invalidHandler is called before the errors are shown, maybe better vice versa?

2009-04-17 Thread Jörn Zaefferer
Sure, it makes sense. Its just not that easy a descision to change something in a stable API. Jörn On Fri, Apr 17, 2009 at 2:55 PM, snobo g...@riga.ahlers.com wrote: Hmm, interesting alternative solution! Thanx, I will consider this. Well, if you are sure there WILL be issues, let it be,