> I'm using Jorn's Form Validation in a monster form. Using jQuery
> 1.2minified version returns all validation in =~ 16 sec. Using
> uncompressed
> version returns in 6 sec.

Hi, somewhat unrelated to the thread: 6 or even 16 secs seem like an
eternity. What would be the disadvantages of using server-side
validation in such a case? I'm asking this because I keep wondering if
server-side validation is necessary anyway for non-JS visitors, why
not use Ajax and do the validation on the server and simply display
the errors using JS if available...

Bernd

Reply via email to