Using the latest version of both jQuery (jquery-1.3.2.min.js), and
validate (1.5.5), Safari 4...

When a non-required input box is cleared of all text inside, and the
field is tabbed out of, there is no call made to my 'remote' file to
check to see if the field is valid or not... which leaves the invalid
error message (if invalid text is entered and the field is tabbed out
of, and then the invalid text is removed).


I set up a text input:

<input type="text" name="fieldforsite" id="fieldforsite"
value="$fieldforsite" />


I set up a rule:

fieldforsite: {
        remote: "check.php"
}

Any ideas? Everything else works... perhaps remote is only supposed to
be used on required fields?

Reply via email to