Rus Miller schrieb:
There is a label.error and a label.checked but does anyone know how I
would display a label.pending (perhaps with a spinner) while the
validation (especially a remote request) is happening?
Thanks.
You can still use jQuery's ajax events to display a busy-indicator:
http://docs.jquery.com/Ajax_Events
I acutally considered a pending state for remote-validated-fields, but
dropped the idea in favor of a lack of those useless spinner icons. I
found the goal to make the remote validation as unobtrusive as possible
to the user a more worthwhile goal.
Jörn