Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

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.

share|improve this question
If this is a Microsoft project, I don't think you can use jQuery Validate plugin without MS's proprietary jquery.validate.unobtrusive.js plugin. – Sparky Jan 22 at 17:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.