Jean schrieb:
Yes, thanks for help!
http://www.interalfa.com.br/questionarios/questionario.php?cod=31
A few thinsgs:
- I don't get the error you described
- I've never tested the plugin with forms that big
- you can enable a debugging mode using the debug:true option, it helps
finding inputs without names and some other errors
- the latest revision of the plugin supports partial validation - it
still checks all elements, but avoids the overhead of adding error
messages to the DOM for all at once, which may speed up things
- you could try to bind the validate plugin only once instead of on each
click to #Responder; that will most likely increase initial loading
time, but reduce the time to display the error messages
-- Jörn