in line 1077, add backslash to those slashes, then `pack` again
e.g. dateISO: function(value, element) { return !jQuery.validator.methods.required(value, element) || /^\d{4}[\/-]\d{1,2}[\/-]\d{1,2}$/.test(value); }, then it passed all the testings (but not the original packed one) enjoy On 6/2/07, Dmitrii 'Mamut' Dimandt <[EMAIL PROTECTED]> wrote:
Is there a way to make the compressed version of the validator plugin work in IE? Because 5-6 KB of the compressed version is way better than the 43 KB of the uncompressed version in terms of size.
-- Best Regards, tszming