I keep getting this exception when I attempt to jquery validate my form input.
What do this mean, and how can I resolve it?
Visual studio keeps taking me to this line...
function delegate(event) {
var validator = $.data(this[0].form, "validator"),
eventType = "on" + event.type.replace(/^validate/, "");
validator.settings[eventType] && validator.settings[eventType].call(validator, this[0], event);
}
Hate to be an idiot, but this section of code means nothing to me. What am I missing here that is causing this exception.
jquery.validate.unobtrusive.jsplugin. – Sparky Jan 22 at 17:23