Web Specialist wrote: > Hi all, > > anyone have an example using Form Validate plugin > (http://www.willjessup.com/sandbox/jquery/form_validator/form_validate.html > <http://www.willjessup.com/sandbox/jquery/form_validator/form_validate.html>) > where submit button appears only after all form fields are > correct(validated)? > > Thanx for your time.
I tend to do this a lot.. either hide the submit, or disable && fade it. As an example, see; http://dev.iceburg.net/jquery/tableEditor/example_new.php Please note that the validation code still needs an overhaul, and compatible with multiple rows being edited at a time. ~ Brice _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
