[jQuery] (Validate) Validation is only occuring the first time "Submit" is clicked

[jQuery] (Validate) Validation is only occuring the first time "Submit" is clicked


I've got weird behavior on the contact form at this address:
http://tinyurl.com/myy8gp'
The initial validation works (i.e. leave all fields blank and click
submit). If you then enter anything valid into any one of the
required fields and click submit again, the jQuery validation doesn't
seem to occur again (or, if it does, it passes everything even though
other required fields are not valid) and it passes everything to the
PHP file for processing.
Here is the code for the form:
<form id="contactForm" method="post" action="contact-us_assets/contact-
us.php">
    <fieldset>
        


            <label for="contactName">Name: <span class="reqField">*</span><span
class="error reqField"></span></label>
            <input class="text" size="45" id="contactName" name="contactName" /