Yes, the current compressed version (using packer) of validate plugin has problem with IE (simply not working), I can't say this is a bug (as non-compressed one works), but the author's writing style might not be too compatible with those compressors.
so, you can use the non-compressed one, or the jquery.validate.min.js included. anyway, I tried to compile it using rhino, error... ============================================= js: "jquery.validate.js", line 1077: missing ; before statement js: return (!jQuery.validator.methods.required(value, elemen t) || /^\d{4}[/-]\d{1,2}[/-]\d{1,2}$/.test(value)); js: ............................................................................ .............^ js: "jquery.validate.js", line 1: Compilation produced 5 syntax errors. ============================================= see if it can help. -- Best Regards, tszming On 6/2/07, Smith, Allex <[EMAIL PROTECTED]> wrote:
I had a similar problem with the validate plugin. Using the non-packed version worked. Try that and see if the problem persists.