I am having troubles making my own form with validation in ASP.NET MVC. I want to make the form entirely using html and javascript but every example that I find on the internet won't work when put into a view on my asp.net mvc site.
I have this jsFiddle: http://jsfiddle.net/epic720/V3p9f/
That works just fine until I paste it into a page on my mvc site. The inputs get a red border around them but the error message labels do not get created.
I have set ClientValidationEnabled and UnobtrusiveJavaScriptEnabled to false in the web.config.
EDIT: I replaced my copy of jquery in the project with the latest version of jquery and now I am no longer having this issue.