RCS Computers schrieb: > Notice that I use the return value of checkForm to stop submission of > the form if there are invalid values. Using the timeout function > seems to break this as the form is always being submitted. How do I > get the results of retval back from the setTimeout() function? You could always return false to stop the normal submit and then trigger the submit again when the form is valid.
-- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
