Using $.each …
$.each(this.validationRules, function(){
if ( !self.validateField($('#' + this.fieldID), silent) ) ...
Gives me an undefined error after the last element is called.. BUT ONLY IN IE8.
Does anyone have a work around for this?
It common error for IE8:
OR