this error message apears if I'm using the validationEngine in the Internet Explorer 8 (not tried other versions). in this message is written that the problem is at line 714, 4th character, where is this code:
if(!required && !(field.val()) && field.val().length < 1 && rules.indexOf("equals") < 0) options.isError = false;
I don't know where is the problem